diff options
-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 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, + } +} |