summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-08 13:15:18 -0300
committermh <mh@immerda.ch>2012-06-08 13:15:18 -0300
commitd1c97a77e3ab7add830ba1f0f377e57b612c44d8 (patch)
tree2ea8c36aca60f651409d556a010c79f9858175c8
parent5f5482a2084029382a10058a287ff85c8c16c7ac (diff)
refactor things for >2.7
-rw-r--r--manifests/rules/out/ekeyd.pp4
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,