Skip to content

Commit df9b4be

Browse files
committed
(MODULES-8193) - Puppet Strings ran and reference.md updated
1 parent 8084063 commit df9b4be

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

REFERENCE.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1143,8 +1143,7 @@ A wrapper for the 4.x function 'mysql::password' to bridge the gap between
11431143

11441144
The mysql_password function.
11451145

1146-
Returns: `String` hash
1147-
The mysql password hash from the 4.x function mysql::password.
1146+
Returns: `String` The mysql password hash from the 4.x function mysql::password.
11481147

11491148
##### `password`
11501149

lib/puppet/functions/mysql/strip_hash.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# @param hash
66
# Hash to be stripped
77
#
8-
# @return hash
8+
# @return hash
99
# The given hash with all blank entries removed
1010
#
1111
dispatch :strip_hash do

lib/puppet/functions/mysql_strip_hash.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# @param hash
77
# Hash to be stripped
88
#
9-
# @return hash
9+
# @return hash
1010
# The given hash with all blank entries removed
1111
#
1212
dispatch :mysql_strip_hash do

0 commit comments

Comments
 (0)