From 34639bc2e7dc026fa1c195b9b8a344450084da76 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 27 Mar 2010 13:57:58 -0300 Subject: Adding $puppetmaster_manage_ca --- manifests/puppetmasterd.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests/puppetmasterd.pp') 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 -- cgit v1.2.3