summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 240ffaf..da2fb96 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -17,6 +17,9 @@ class apache {
if $selinux {
include apache::selinux
}
+ if $use_munin {
+ include apache::status
+ }
}
class apache::base {
@@ -59,7 +62,6 @@ class apache::base {
require => Package[apache],
content => template('apache/default/default_index.erb'),
}
- include apache::status
}
### distro specific stuff