From 39b71f1b7e6ea7647eb855149c962d766af51fbf Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 11 Aug 2011 17:39:43 -0300 Subject: Minor fixes --- manifests/subsystems/firewall/router.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/subsystems') diff --git a/manifests/subsystems/firewall/router.pp b/manifests/subsystems/firewall/router.pp index 8f6097c..19484c1 100644 --- a/manifests/subsystems/firewall/router.pp +++ b/manifests/subsystems/firewall/router.pp @@ -167,9 +167,9 @@ class firewall::router::hairpinning($order = '200', $proto = 'tcp', $port = 'www $external_ip = '$ETH0_IP', $interface = 'eth1', $destination = '192.168.1.100') { shorewall::masq { "routeback-$name": - interface => '$interface:$destination', - source => '$interface', - address => $external_ip', + interface => "$interface:$destination", + source => $interface, + address => $external_ip, proto => $proto, port => $port, order => $order, -- cgit v1.2.3