summaryrefslogtreecommitdiff
path: root/manifests/puppetmasterd.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-03-27 13:57:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-03-27 13:57:58 -0300
commit34639bc2e7dc026fa1c195b9b8a344450084da76 (patch)
treee5dca0d167f492a185eb90ba1f070b23bc6a660f /manifests/puppetmasterd.pp
parentbae8fe795e6ae39fe72d1a746cb102eb358f1638 (diff)
downloadpuppet-puppet-34639bc2e7dc026fa1c195b9b8a344450084da76.tar.gz
puppet-puppet-34639bc2e7dc026fa1c195b9b8a344450084da76.tar.bz2
Adding $puppetmaster_manage_ca
Diffstat (limited to 'manifests/puppetmasterd.pp')
-rw-r--r--manifests/puppetmasterd.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/puppetmasterd.pp b/manifests/puppetmasterd.pp
index f69aeca..b61d949 100644
--- a/manifests/puppetmasterd.pp
+++ b/manifests/puppetmasterd.pp
@@ -17,6 +17,12 @@ class puppetmasterd {
'': { $puppetmaster_port = '18140' }
}
+ # use this option if you want puppet to manage
+ # the certificates for all master nodes.
+ if $puppetmaster_manage_ca == true {
+ include puppetmaster::ca
+ }
+
# warns that this node has a puppetmaster
$puppetmasterd_present = true