Skip to content

Commit 5623cc8

Browse files
committed
(CONT-789) Reference Syntax Fix
1 parent 078ccda commit 5623cc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/puppet/functions/mysql_password.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Puppet::Functions.create_function(:mysql_password) do
55
# @param password
66
# Plain text password.
7+
# @param sensitive
8+
# If the mysql password hash should be of datatype Sensitive[String]
79
#
810
# @return
911
# The mysql password hash from the 4.x function mysql::password.

0 commit comments

Comments
 (0)