From: Silvio Rhatto Date: Sat, 29 May 2010 18:09:24 +0000 (-0300) Subject: Adding puppetmasterd:disabled X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cb9eec9f394e87cf8f1dda29ed356fbcb035edaf;p=puppet-puppet.git Adding puppetmasterd:disabled --- 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, + } +}