]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding shorewall rule for munin on firewall class
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Feb 2010 17:04:10 +0000 (15:04 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 18 Feb 2010 17:04:10 +0000 (15:04 -0200)
manifests/firewall.pp

index 290bb2f82e13d2d69fa2a18a4d2fb97292072e17..bc5508270e9c4703ce84fed5fa56c2b0a1d3c192 100644 (file)
@@ -120,6 +120,16 @@ class firewall {
     order           => '103',
   }
 
+  shorewall::rule { "munin":
+    action          => 'ACCEPT',
+    source          => 'net',
+    destination     => "",
+    proto           => 'tcp',
+    destinationport => "4900",
+    ratelimit       => '-',
+    order           => "104",
+  }
+
   #
   # Zones
   #