Signed-off-by: James Turnbull <ja...@lovedthanlost.net> --- lib/puppet/defaults.rb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index d4a5a18..4543918 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -527,6 +527,9 @@ module Puppet ``runner`` server is started, which allows remote authorized and authenticated nodes to connect and trigger ``puppetd`` runs."], + :client => [false, "Whether to create 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."], :ca_server => ["$server", "The server to use for certificate authority requests. It's a separate server because it cannot and does not need to horizontally scale."], -- 1.6.6 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to puppet-...@googlegroups.com. To unsubscribe from this group, send email to puppet-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.