]> gitweb.fluxo.info Git - puppet-puppet.git/commitdiff
Comments
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 27 Mar 2010 17:42:09 +0000 (14:42 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 27 Mar 2010 17:42:09 +0000 (14:42 -0300)
manifests/puppetmasterd.pp

index b61d949dfd74b8290b18beaf2a4f47ad6a3101c4..c29615e2cd29fe181ae14ad4f439f05f978c984a 100644 (file)
@@ -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
   }