diff options
Diffstat (limited to 'manifests/role')
-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 |