diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-11 15:57:13 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-11 15:57:13 -0300 |
commit | c09f991dda8ed9024956ec659255d4b82d3b9804 (patch) | |
tree | d3f90f0a9429a8b25951618f558c50c843fd6661 /manifests/role/master.pp | |
parent | a8ca37c1f4699fcf183dde41e4f6399c5fd7c20e (diff) | |
download | puppet-nodo-c09f991dda8ed9024956ec659255d4b82d3b9804.tar.gz puppet-nodo-c09f991dda8ed9024956ec659255d4b82d3b9804.tar.bz2 |
Fix munin management when not on main master
Diffstat (limited to 'manifests/role/master.pp')
-rw-r--r-- | manifests/role/master.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/role/master.pp b/manifests/role/master.pp index a595d9b..29c85ee 100644 --- a/manifests/role/master.pp +++ b/manifests/role/master.pp @@ -32,6 +32,11 @@ class nodo::role::master { host { "puppet": ensure => absent, } + + # Quick and dirty way to keep munin disabled + package { 'munin': + ensure => purged, + } } # These should be included after puppetmaster |