[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.5-303-gfcfa26a

nfagerlund nick.fagerlund at gmail.com
Thu Mar 17 10:48:38 UTC 2011


The following commit has been merged in the upstream branch:
commit 6c53eb3967a1d0c3a31f65356515f07f90524f98
Author: Ben Hughes <ben at puppetlabs.com>
Date:   Thu Mar 3 16:23:08 2011 -0800

    (#6445) Fix inline docs: puppet agent does not accept --mkusers
    
    Inline documentation in lib/puppet/reference/configuration.rb stated that puppet agent accepted the
    --mkusers flag, which is only intended for use with puppet master.

diff --git a/lib/puppet/reference/configuration.rb b/lib/puppet/reference/configuration.rb
index c8ff145..6581427 100644
--- a/lib/puppet/reference/configuration.rb
+++ b/lib/puppet/reference/configuration.rb
@@ -122,7 +122,7 @@ likewise be redirected to a file:
 Puppet can also create user and group accounts for itself (one `puppet` group
 and one `puppet` user) if it is invoked as `root` with the `--mkusers` argument:
 
-    $ puppet agent --mkusers
+    $ puppet master --mkusers
 
 ## Signals
 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list