summaryrefslogtreecommitdiff
path: root/manifests/host.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/host.pp')
-rw-r--r--manifests/host.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/host.pp b/manifests/host.pp
index 21cf7df..235e07c 100644
--- a/manifests/host.pp
+++ b/manifests/host.pp
@@ -40,6 +40,9 @@ class munin::host
content => "4,34 * * * * root if $(ps ax | grep -v grep | grep -q munin-run); then killall munin-run; fi\n",
owner => root, group => 0, mode => 0644;
}
+ if $use_shorewall {
+ include shorewall::rules::out::munin
+ }
}
class munin::host::cgi {