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

index bc5508270e9c4703ce84fed5fa56c2b0a1d3c192..4c53772a8fd194963da33686767614a5842c0ac4 100644 (file)
@@ -123,7 +123,7 @@ class firewall {
   shorewall::rule { "munin":
     action          => 'ACCEPT',
     source          => 'net',
-    destination     => "",
+    destination     => '$FW',
     proto           => 'tcp',
     destinationport => "4900",
     ratelimit       => '-',