From: Silvio Rhatto Date: Mon, 15 Aug 2011 22:38:34 +0000 (-0300) Subject: Fixing resource names X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2b59bacf38cb1b790b486e01f722974a5599c36b;p=puppet-nodo.git Fixing resource names --- diff --git a/manifests/subsystems/firewall/vserver.pp b/manifests/subsystems/firewall/vserver.pp index 9bf0a21..7b09d96 100644 --- a/manifests/subsystems/firewall/vserver.pp +++ b/manifests/subsystems/firewall/vserver.pp @@ -300,7 +300,7 @@ class firewall::vserver::dns($destination, $zone = 'vm') { order => '2001', } - shorewall::rule { 'dns-route-1': + shorewall::rule { 'dns-route-3': action => 'DNAT', source => 'net', destination => "$zone:$destination:53", @@ -310,7 +310,7 @@ class firewall::vserver::dns($destination, $zone = 'vm') { order => '2002', } - shorewall::rule { 'dns-route-2': + shorewall::rule { 'dns-route-4': action => 'DNAT', source => '$FW', destination => "fw:$destination:53",