summaryrefslogtreecommitdiff
path: root/manifests/puppetmasterd.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-03-27 14:42:09 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-03-27 14:42:09 -0300
commitfdb527f785dccc76e24fa53fe33c5c470a17ce47 (patch)
tree5661be9784185220c3f947bf33950cb604d51e63 /manifests/puppetmasterd.pp
parenteaa3129d84059a86dd7222395bf173a805616a0f (diff)
downloadpuppet-puppet-fdb527f785dccc76e24fa53fe33c5c470a17ce47.tar.gz
puppet-puppet-fdb527f785dccc76e24fa53fe33c5c470a17ce47.tar.bz2
Comments
Diffstat (limited to 'manifests/puppetmasterd.pp')
-rw-r--r--manifests/puppetmasterd.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/puppetmasterd.pp b/manifests/puppetmasterd.pp
index b61d949..c29615e 100644
--- a/manifests/puppetmasterd.pp
+++ b/manifests/puppetmasterd.pp
@@ -17,8 +17,9 @@ class puppetmasterd {
'': { $puppetmaster_port = '18140' }
}
- # use this option if you want puppet to manage
- # the certificates for all master nodes.
+ # use this option if you want puppet to manage the certificates for all
+ # master nodes, useful when using multiple masters as prevents issues such as
+ # http://groups.google.com/group/puppet-users/browse_thread/thread/f24bd7500e9091bd
if $puppetmaster_manage_ca == true {
include puppetmaster::ca
}