diff options
Diffstat (limited to 'manifests/rules/out/ekeyd.pp')
| -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,  | 
