From ef568946ba793b93b0f60810b04227f3c7542947 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 15 Aug 2011 22:59:22 -0300 Subject: Fixing firewall::router::ssh --- manifests/subsystems/firewall/router.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/subsystems/firewall/router.pp') diff --git a/manifests/subsystems/firewall/router.pp b/manifests/subsystems/firewall/router.pp index a349050..e5563a0 100644 --- a/manifests/subsystems/firewall/router.pp +++ b/manifests/subsystems/firewall/router.pp @@ -239,8 +239,8 @@ define firewall::router::ssh($destination, $port_orig = '22', $port_dest = '', $ action => 'DNAT', source => '$FW', destination => $port_dest ? { - '' => "fw:$destination", - default => "fw:$destination:$port_dest", + '' => "$zone:$destination", + default => "$zone:$destination:$port_dest", }, proto => 'tcp', destinationport => "$port_orig", -- cgit v1.2.3