From eeb1b60dceda1af79ed40662d8cc52299e75157f Mon Sep 17 00:00:00 2001 From: nfagerlund Date: Mon, 18 Apr 2011 16:06:31 -0700 Subject: (#7108) Modernize description of --listen in defaults.rb --listen's description referred to the older XMLRPC authorization path. --- lib/puppet/defaults.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/puppet') diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index 84289768e..139c3c763 100644 --- a/lib/puppet/defaults.rb +++ b/lib/puppet/defaults.rb @@ -528,10 +528,10 @@ module Puppet :runinterval => [1800, # 30 minutes "How often puppet agent applies the client configuration; in seconds."], :listen => [false, "Whether puppet agent should listen for - connections. If this is true, then by default only the - `runner` server is started, which allows remote authorized - and authenticated nodes to connect and trigger `puppet agent` - runs."], + connections. If this is true, then puppet agent will accept incoming + REST API requests, subject to the default ACLs and the ACLs set in + the `rest_authconfig` file. Puppet agent can respond usefully to + requests on the `run`, `facts`, `certificate`, and `resource` endpoints."], :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."], -- cgit