summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/base.pp')
-rw-r--r--manifests/base.pp5
1 files changed, 0 insertions, 5 deletions
diff --git a/manifests/base.pp b/manifests/base.pp
index e706bb9..0f8b777 100644
--- a/manifests/base.pp
+++ b/manifests/base.pp
@@ -183,9 +183,4 @@ class nagios::base {
notify => Service['nagios'],
mode => 0755, owner => root, group => root;
}
-
- if hiera('use_munin',false) {
- include nagios::munin
- }
-
}