]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Changing firewall rules for munin and gitd (2)
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Feb 2010 16:38:54 +0000 (14:38 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Feb 2010 16:38:54 +0000 (14:38 -0200)
manifests/init.pp

index 5b7dea1334516aafd07f0ed643569fefec257918..8301bbaa9de7de794ca0f132efa8194a38f4e622 100644 (file)
@@ -270,7 +270,7 @@ class nodo::vserver inherits nodo {
           order           => "3$id",
         }
 
-        shorewall::rule { "munin-$context":
+        shorewall::rule { "munin-$context-1":
           action          => 'DNAT',
           source          => 'net',
           destination     => "fw:192.168.0.$context:49$id",
@@ -280,7 +280,7 @@ class nodo::vserver inherits nodo {
           order           => "4$id",
         }
 
-        shorewall::rule { "munin-$context":
+        shorewall::rule { "munin-$context-2":
           action          => 'DNAT',
           source          => '$FW',
           destination     => "fw:192.168.0.$context:49$id",