summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-13 20:01:34 +0000
committerajax <ajax@980ebf18-57e1-0310-9a29-db15c13687c0>2007-06-13 20:01:34 +0000
commitd78a7a523a7128a877bd1fd615d18b7c739ea0a8 (patch)
tree62262d1ba336e8086d670a07c780ffab8587181b /lib
parent3a2f3d517ab9e4f7fcb8a154915ae45210b7faa1 (diff)
downloadpuppet-d78a7a523a7128a877bd1fd615d18b7c739ea0a8.tar.gz
puppet-d78a7a523a7128a877bd1fd615d18b7c739ea0a8.tar.xz
puppet-d78a7a523a7128a877bd1fd615d18b7c739ea0a8.zip
documentation fix
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2571 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib')
-rwxr-xr-xlib/puppet/type/user.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/user.rb b/lib/puppet/type/user.rb
index a9634b6f7..ea28fd72a 100755
--- a/lib/puppet/type/user.rb
+++ b/lib/puppet/type/user.rb
@@ -158,7 +158,7 @@ module Puppet
end
newproperty(:password, :required_features => :manages_passwords) do
- desc "The user's password, in whatever encrypted format the local machine requires."
+ desc "The user's password, in whatever encrypted format the local machine requires. Be sure to enclose any value that includes a dollar sign ($) in single quotes (\')."
end
newproperty(:groups) do