summaryrefslogtreecommitdiff
path: root/manifests/base.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-14 10:36:25 -0300
committermh <mh@immerda.ch>2012-06-14 10:36:25 -0300
commit41fe95b36253826b8f801ee1669acdb28c70076c (patch)
tree275d0bb973a35c3fd48fe51dd67333764fe99325 /manifests/base.pp
parent106515b61b731489cce2d8b74bea13b26d4a65f6 (diff)
take hiera out of the params
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
- }
-
}