From cb9eec9f394e87cf8f1dda29ed356fbcb035edaf Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 29 May 2010 15:09:24 -0300 Subject: Adding puppetmasterd:disabled --- manifests/puppetmasterd.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests') diff --git a/manifests/puppetmasterd.pp b/manifests/puppetmasterd.pp index c29615e..d7bfd5b 100644 --- a/manifests/puppetmasterd.pp +++ b/manifests/puppetmasterd.pp @@ -114,3 +114,9 @@ class puppetmasterd { #} } + +class puppetmasterd::disabled inherits puppetmasterd { + Service["puppetmaster"] { + ensure => stopped, + } +} -- cgit v1.2.3