aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/firewall.pp10
1 files changed, 10 insertions, 0 deletions
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
#