diff options
Diffstat (limited to 'manifests/role/master.pp')
| -rw-r--r-- | manifests/role/master.pp | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/manifests/role/master.pp b/manifests/role/master.pp index b5ce290..13c689c 100644 --- a/manifests/role/master.pp +++ b/manifests/role/master.pp @@ -12,9 +12,6 @@ class nodo::role::master {        main => true,      } -    include munin::host -    include munin::plugins::muninhost -      # The main master has a host entry pointing to itself, other      # masters still retrieve catalogs from the main master.      # @@ -32,11 +29,6 @@ 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 | 
