From 390db8061ae81174ee9d42e26a6ebfe7182ea529 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Sat, 17 May 2008 01:06:18 +1000 Subject: Updated puppetd documentation which fixes ticket #1227 --- bin/puppetd | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/puppetd b/bin/puppetd index f652e6b08..96d0e5ee8 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -10,7 +10,7 @@ # # puppetd [-D|--daemonize|--no-daemonize] [-d|--debug] [--disable] [--enable] # [-h|--help] [--fqdn ] [-l|--logdest syslog||console] -# [-o|--onetime] [--serve ] [-t|--test] +# [-o|--onetime] [--serve ] [-t|--test] [--noop] # [-V|--version] [-v|--verbose] [-w|--waitforcert ] # # = Description @@ -57,7 +57,7 @@ # parameter, so you can specify '--server ' as an argument. # # See the configuration file documentation at -# http://reductivelabs.com/projects/puppet/reference/configref.html for +# http://reductivelabs.com/trac/puppet/wiki/ConfigurationReference for # the full list of acceptable parameters. A commented list of all # configuration options can also be generated by running puppetd with # '--genconfig'. @@ -124,6 +124,10 @@ # Enable the most common options used for testing. These are +onetime+, # +verbose+, +ignorecache, and +no-usecacheonfailure+. # +# noop:: +# Use +noop+ mode where the daemon runs in a no-op or dry-run mode. This is useful +# for seeing what changes Puppet will make without actually executing the changes. +# # verbose:: # Turn on verbose reporting. # -- cgit