We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ffc926 + ffa488a commit 9a83314Copy full SHA for 9a83314
REFERENCE.md
@@ -1598,7 +1598,7 @@ Plain text password.
1598
1599
Data type: `Optional[Boolean]`
1600
1601
-If the Postgresql-Passwordhash should be of Datatype Sensitive[String]
+If the mysql password hash should be of datatype Sensitive[String]
1602
1603
### <a name="mysql--strip_hash"></a>`mysql::strip_hash`
1604
lib/puppet/functions/mysql/password.rb
@@ -8,7 +8,7 @@
8
# @param password
9
# Plain text password.
10
# @param sensitive
11
- # If the Postgresql-Passwordhash should be of Datatype Sensitive[String]
+ # If the mysql password hash should be of datatype Sensitive[String]
12
#
13
# @return hash
14
# The mysql password hash from the clear text password.
0 commit comments