From: mh Date: Fri, 8 Jun 2012 16:15:18 +0000 (-0300) Subject: refactor things for >2.7 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d1c97a77e3ab7add830ba1f0f377e57b612c44d8;p=puppet-shorewall.git refactor things for >2.7 --- diff --git a/manifests/rules/out/ekeyd.pp b/manifests/rules/out/ekeyd.pp index 858dca4..8acdaad 100644 --- a/manifests/rules/out/ekeyd.pp +++ b/manifests/rules/out/ekeyd.pp @@ -1,7 +1,7 @@ -define shorewall::rules::out::ekeyd($ekeyd_host) { +define shorewall::rules::out::ekeyd($host) { shorewall::rule { "me-${name}-tcp_ekeyd": source => '$FW', - destination => "${name}:${ekeyd_host}", + destination => "${name}:${host}", proto => 'tcp', destinationport => '8888', order => 240,