summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2010-06-22 15:41:09 +1000
committerJames Turnbull <james@lovedthanlost.net>2010-06-22 15:41:09 +1000
commit705cfe119ca51252f50a728991c20b0eea3495d4 (patch)
treeb0413ff45b59c141a67c57864bdf256b30c51839
parent0a0923c9636569fa5868ebd13233949cf90736f0 (diff)
downloadpuppet-705cfe119ca51252f50a728991c20b0eea3495d4.tar.gz
puppet-705cfe119ca51252f50a728991c20b0eea3495d4.tar.xz
puppet-705cfe119ca51252f50a728991c20b0eea3495d4.zip
Documentation fixes
-rw-r--r--lib/puppet/defaults.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index e446a2321..c81513382 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -87,7 +87,7 @@ module Puppet
"Whether to create the necessary user and group that puppetd will
run as."],
:manage_internal_file_permissions => [true,
- "Whether Puppet should manage the owner, group, and mode of files
+ "Whether Puppet should manage the owner, group, and mode of files
it uses internally"
],
:path => {:default => "none",
@@ -196,7 +196,7 @@ module Puppet
time that the configuration is parsed, but you can provide a shell script to override how the
version is determined. The output of this script will be added to every log message in the
reports, allowing you to correlate changes on your hosts to the source version on the server."],
- :zlib => [true,
+ :zlib => [true,
"Boolean; whether to use the zlib library",
],
:prerun_command => ["", "A command to run before every agent run. If this command returns a non-zero
@@ -453,18 +453,18 @@ module Puppet
:ssl_client_header => ["HTTP_X_CLIENT_DN", "The header containing an authenticated
client's SSL DN. Only used with Mongrel. This header must be set by the proxy
to the authenticated client's SSL DN (e.g., ``/CN=puppet.puppetlabs.com``).
- See http://puppetlabs.com/puppet/trac/wiki/UsingMongrel for more information."],
+ See http://projects.puppetlabs.com/projects/puppet/wiki/Using_Mongrel for more information."],
:ssl_client_verify_header => ["HTTP_X_CLIENT_VERIFY", "The header containing the status
message of the client verification. Only used with Mongrel. This header must be set by the proxy
to 'SUCCESS' if the client successfully authenticated, and anything else otherwise.
- See http://puppetlabs.com/puppet/trac/wiki/UsingMongrel for more information."],
+ See http://projects.puppetlabs.com/projects/puppet/wiki/Using_Mongrel for more information."],
# To make sure this directory is created before we try to use it on the server, we need
# it to be in the server section (#1138).
:yamldir => {:default => "$vardir/yaml", :owner => "service", :group => "service", :mode => "750",
:desc => "The directory in which YAML data is stored, usually in a subdirectory."},
:reports => ["store",
"The list of reports to generate. All reports are looked for
- in puppet/reports/<name>.rb, and multiple report names should be
+ in puppet/reports/name.rb, and multiple report names should be
comma-separated (whitespace is okay)."
],
:reportdir => {:default => "$vardir/reports",
@@ -600,7 +600,7 @@ module Puppet
if value
Puppet.settings[:report_server] = value
end
- end
+ end
},
:report_server => ["$server",
"The server to which to send transaction reports."
@@ -729,7 +729,7 @@ module Puppet
setdefaults(:ldap,
:ldapnodes => [false,
"Whether to search for node configurations in LDAP. See
- http://puppetlabs.com/trac/puppet/wiki/LDAPNodes for more information."],
+ http://projects.puppetlabs.com/projects/puppet/wiki/LDAP_Nodes for more information."],
:ldapssl => [false,
"Whether SSL should be used when searching for nodes.
Defaults to false because SSL usually requires certificates