summaryrefslogtreecommitdiffstats
path: root/plugins/puppet/type/mysql_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/puppet/type/mysql_user.rb')
-rw-r--r--plugins/puppet/type/mysql_user.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/puppet/type/mysql_user.rb b/plugins/puppet/type/mysql_user.rb
index 0005aed..d0756de 100644
--- a/plugins/puppet/type/mysql_user.rb
+++ b/plugins/puppet/type/mysql_user.rb
@@ -8,8 +8,8 @@ Puppet::Type.newtype(:mysql_user) do
newparam(:host) do
desc "The host from where to connect."
end
- newparam(:password) do
- desc "The password of the user."
+ newproperty(:password_hash) do
+ desc "The password hash of the user. Use mysql_password() for creating such a hash."
end
end