diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-06 20:41:10 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-06 20:41:10 +0000 |
commit | 01e5b692f0ba209956f4b84c7e597bd867154cbf (patch) | |
tree | 79b26298673f149e1532792a4c348d16c5e970d5 /bin | |
parent | 8ff90eff2f3107e47584a474545b4e10cda287a4 (diff) | |
download | puppet-01e5b692f0ba209956f4b84c7e597bd867154cbf.tar.gz |
adding note about --no-client
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1898 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/puppetd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/puppetd b/bin/puppetd index 4cf400bdf..7d97af49e 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -101,6 +101,11 @@ # Defaults to sending messages to syslog, or the console if debugging or # verbosity is enabled. # +# no-client:: +# Do not create a config client. This will cause the daemon to run +# without ever checking for its configuration automatically, and only +# makes sense when used in conjunction with --listen. +# # onetime:: # Run the configuration once, rather than as a long-running daemon. This is # useful for interactively running puppetd. |