From: mh Date: Tue, 29 Sep 2009 20:20:55 +0000 (+0200) Subject: add munin host rule X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5be002f172ad5e94d6c2c23d57fb4d3e621bed2d;p=puppet-shorewall.git add munin host rule --- diff --git a/manifests/rules/out/munin.pp b/manifests/rules/out/munin.pp new file mode 100644 index 0000000..7b0a015 --- /dev/null +++ b/manifests/rules/out/munin.pp @@ -0,0 +1,10 @@ +class shorewall::rules::out::munin { + shorewall::rule { 'me-net-rcp_muninhost': + source => '$FW', + destination => 'net', + proto => 'tcp', + destinationport => '4949', + order => 340, + action => 'ACCEPT'; + } +}