From d78a7a523a7128a877bd1fd615d18b7c739ea0a8 Mon Sep 17 00:00:00 2001 From: ajax Date: Wed, 13 Jun 2007 20:01:34 +0000 Subject: documentation fix git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2571 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type/user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit