From c63a28d3c16ec2bb3a46d3d5faf6d7ef3b737b70 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 Sep 2009 22:22:36 +0200 Subject: add shorewall rules --- manifests/host.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manifests/host.pp') 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 { -- cgit v1.2.3