From fdb527f785dccc76e24fa53fe33c5c470a17ce47 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 27 Mar 2010 14:42:09 -0300 Subject: Comments --- manifests/puppetmasterd.pp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'manifests/puppetmasterd.pp') 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 } -- cgit v1.2.3