diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-03-27 14:42:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-03-27 14:42:09 -0300 |
commit | fdb527f785dccc76e24fa53fe33c5c470a17ce47 (patch) | |
tree | 5661be9784185220c3f947bf33950cb604d51e63 | |
parent | eaa3129d84059a86dd7222395bf173a805616a0f (diff) | |
download | puppet-puppet-fdb527f785dccc76e24fa53fe33c5c470a17ce47.tar.gz puppet-puppet-fdb527f785dccc76e24fa53fe33c5c470a17ce47.tar.bz2 |
Comments
-rw-r--r-- | manifests/puppetmasterd.pp | 5 |
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 } |