From 16e019be09c8767607a941e8f79ec8a89fd81f38 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 20 Feb 2010 14:38:54 -0200 Subject: Changing firewall rules for munin and gitd (2) --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 5b7dea1..8301bba 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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", -- cgit v1.2.3