diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-05-29 15:09:24 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-05-29 15:09:24 -0300 |
commit | cb9eec9f394e87cf8f1dda29ed356fbcb035edaf (patch) | |
tree | 4b8e4ab21de1f608bf8e7782f9d8797af1eb1acf /manifests | |
parent | fdb527f785dccc76e24fa53fe33c5c470a17ce47 (diff) | |
download | puppet-puppet-cb9eec9f394e87cf8f1dda29ed356fbcb035edaf.tar.gz puppet-puppet-cb9eec9f394e87cf8f1dda29ed356fbcb035edaf.tar.bz2 |
Adding puppetmasterd:disabled
Diffstat (limited to 'manifests')
-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, + } +} |