From 5be002f172ad5e94d6c2c23d57fb4d3e621bed2d Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 Sep 2009 22:20:55 +0200 Subject: add munin host rule --- manifests/rules/out/munin.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifests/rules/out/munin.pp 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'; + } +} -- cgit v1.2.3