summaryrefslogtreecommitdiff
path: root/manifests/puppetmasterd.pp
diff options
context:
space:
mode:
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
}