Skip to content

Commit 9a83314

Browse files
authored
Merge pull request #1524 from jonasbebe/fix_docs
fix naming in documentation
2 parents 3ffc926 + ffa488a commit 9a83314

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1598,7 +1598,7 @@ Plain text password.
15981598

15991599
Data type: `Optional[Boolean]`
16001600

1601-
If the Postgresql-Passwordhash should be of Datatype Sensitive[String]
1601+
If the mysql password hash should be of datatype Sensitive[String]
16021602

16031603
### <a name="mysql--strip_hash"></a>`mysql::strip_hash`
16041604

lib/puppet/functions/mysql/password.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# @param password
99
# Plain text password.
1010
# @param sensitive
11-
# If the Postgresql-Passwordhash should be of Datatype Sensitive[String]
11+
# If the mysql password hash should be of datatype Sensitive[String]
1212
#
1313
# @return hash
1414
# The mysql password hash from the clear text password.

0 commit comments

Comments
 (0)