File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1143,8 +1143,7 @@ A wrapper for the 4.x function 'mysql::password' to bridge the gap between
1143
1143
1144
1144
The mysql_password function.
1145
1145
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.
1148
1147
1149
1148
##### ` password `
1150
1149
Original file line number Diff line number Diff line change 5
5
# @param hash
6
6
# Hash to be stripped
7
7
#
8
- # @return hash
8
+ # @return hash
9
9
# The given hash with all blank entries removed
10
10
#
11
11
dispatch :strip_hash do
Original file line number Diff line number Diff line change 6
6
# @param hash
7
7
# Hash to be stripped
8
8
#
9
- # @return hash
9
+ # @return hash
10
10
# The given hash with all blank entries removed
11
11
#
12
12
dispatch :mysql_strip_hash do
You can’t perform that action at this time.
0 commit comments