From a6ee4ab9276052059b8557bc95ecf8e43977f83c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 18 Feb 2010 15:04:10 -0200 Subject: Adding shorewall rule for munin on firewall class --- manifests/firewall.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'manifests') diff --git a/manifests/firewall.pp b/manifests/firewall.pp index 290bb2f..bc55082 100644 --- a/manifests/firewall.pp +++ b/manifests/firewall.pp @@ -120,6 +120,16 @@ class firewall { order => '103', } + shorewall::rule { "munin": + action => 'ACCEPT', + source => 'net', + destination => "", + proto => 'tcp', + destinationport => "4900", + ratelimit => '-', + order => "104", + } + # # Zones # -- cgit v1.2.3