aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/master.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-19 09:34:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-19 09:34:14 -0300
commitfbfc69ab8315abafa21479c90d7f6679e9755e07 (patch)
treea446fe236cd07bf6354ccc88068989efde39f91f /manifests/role/master.pp
parentab0e2abc505a3bf13280786ab8feab434e77d200 (diff)
downloadpuppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.gz
puppet-nodo-fbfc69ab8315abafa21479c90d7f6679e9755e07.tar.bz2
Drop munin support
Diffstat (limited to 'manifests/role/master.pp')
-rw-r--r--manifests/role/master.pp8
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