diff options
author | mh <mh@immerda.ch> | 2012-06-08 13:15:18 -0300 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-06-08 13:15:18 -0300 |
commit | d1c97a77e3ab7add830ba1f0f377e57b612c44d8 (patch) | |
tree | 2ea8c36aca60f651409d556a010c79f9858175c8 /manifests | |
parent | 5f5482a2084029382a10058a287ff85c8c16c7ac (diff) | |
download | puppet-shorewall-d1c97a77e3ab7add830ba1f0f377e57b612c44d8.tar.gz puppet-shorewall-d1c97a77e3ab7add830ba1f0f377e57b612c44d8.tar.bz2 |
refactor things for >2.7
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/rules/out/ekeyd.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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, |