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.
1 parent 3ffc926 commit ffa488aCopy full SHA for ffa488a
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