summaryrefslogtreecommitdiff
path: root/manifests/puppetmaster.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/puppetmaster.pp')
-rw-r--r--manifests/puppetmaster.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/puppetmaster.pp b/manifests/puppetmaster.pp
index 41d8021..4d1960d 100644
--- a/manifests/puppetmaster.pp
+++ b/manifests/puppetmaster.pp
@@ -42,4 +42,8 @@ class puppet::puppetmaster inherits puppet {
if $use_shorewall {
include shorewall::rules::puppet::master
}
+
+ if $use_munin {
+ include puppet::puppetmaster::munin
+ }
}