summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 987af7d..d44d4a2 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -38,4 +38,7 @@ class lighttpd::base {
owner => root, group => 0, mode => 0644;
}
+ if $use_munin {
+ include lighttpd::munin
+ }
}