summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authornfagerlund <nick.fagerlund@gmail.com>2011-04-18 15:30:18 -0700
committernfagerlund <nick.fagerlund@gmail.com>2011-04-18 15:30:18 -0700
commit3ec9526b84bbee760e7040fde439c577727ca915 (patch)
tree448bc3e2d154355d0f4c8e682bf4c646bb902a7b /lib/puppet
parent5a100937d70d3a151153b958f92f3907d4547cd2 (diff)
downloadpuppet-3ec9526b84bbee760e7040fde439c577727ca915.tar.gz
puppet-3ec9526b84bbee760e7040fde439c577727ca915.tar.xz
puppet-3ec9526b84bbee760e7040fde439c577727ca915.zip
Maint: puppetmaster -> puppet master in defaults.rb
Diffstat (limited to 'lib/puppet')
-rw-r--r--lib/puppet/defaults.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index dbd5a9437..84289768e 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -418,7 +418,7 @@ module Puppet
:desc => "Where the puppet master web server logs."
},
:masterport => [8140, "Which port puppet master listens on."],
- :node_name => ["cert", "How the puppetmaster determines the client's identity
+ :node_name => ["cert", "How the puppet master determines the client's identity
and sets the 'hostname', 'fqdn' and 'domain' facts for use in the manifest,
in particular for determining which 'node' statement applies to the client.
Possible values are 'cert' (use the subject's CN in the client's
@@ -628,8 +628,8 @@ module Puppet
:graphdir => ["$statedir/graphs", "Where to store dot-outputted graphs."],
:http_compression => [false, "Allow http compression in REST communication with the master.
This setting might improve performance for agent -> master communications over slow WANs.
- Your puppetmaster needs to support compression (usually by activating some settings in a reverse-proxy
- in front of the puppetmaster, which rules out webrick).
+ Your puppet master needs to support compression (usually by activating some settings in a reverse-proxy
+ in front of the puppet master, which rules out webrick).
It is harmless to activate this settings if your master doesn't support
compression, but if it supports it, this setting might reduce performance on high-speed LANs."]
)