diff options
Diffstat (limited to 'manifests/puppetmasterd.pp')
-rw-r--r-- | manifests/puppetmasterd.pp | 6 |
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 |