From: Silvio Rhatto Date: Sat, 27 Mar 2010 17:42:09 +0000 (-0300) Subject: Comments X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fdb527f785dccc76e24fa53fe33c5c470a17ce47;p=puppet-puppet.git Comments --- 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 }