summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2008-03-21 01:18:39 +1100
committerLuke Kanies <luke@madstop.com>2008-03-20 11:31:14 -0500
commitc75cc426acc942ed852a6ab338cc1ccd40ec69f8 (patch)
tree6d08342ad440c26a95219b596133e71bc01df5a6 /lib
parent1dc6dc209afd8da9fdb84944c73c3e9f1c9b03f2 (diff)
downloadpuppet-c75cc426acc942ed852a6ab338cc1ccd40ec69f8.tar.gz
puppet-c75cc426acc942ed852a6ab338cc1ccd40ec69f8.tar.xz
puppet-c75cc426acc942ed852a6ab338cc1ccd40ec69f8.zip
Added more detail about the requirement for ruby-libshadow for useradd password management
Diffstat (limited to 'lib')
-rw-r--r--lib/puppet/provider/user/useradd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/provider/user/useradd.rb b/lib/puppet/provider/user/useradd.rb
index 9ecaad87d..e64601ee0 100644
--- a/lib/puppet/provider/user/useradd.rb
+++ b/lib/puppet/provider/user/useradd.rb
@@ -1,7 +1,7 @@
require 'puppet/provider/nameservice/objectadd'
Puppet::Type.type(:user).provide :useradd, :parent => Puppet::Provider::NameService::ObjectAdd do
- desc "User management via ``useradd`` and its ilk. Note that you'll have to install the ``Shadow Password`` library to manage user passwords."
+ desc "User management via ``useradd`` and its ilk. Note that you will need to install the ``Shadow Password`` Ruby library often known as ruby-libshadow to manage user passwords."
commands :add => "useradd", :delete => "userdel", :modify => "usermod"