diff options
author | mh <mh@immerda.ch> | 2017-05-01 17:37:55 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2017-05-01 17:37:55 +0200 |
commit | a5e5276a42745bde23800fb5a614363924351323 (patch) | |
tree | 36553380c2f55f5080c11db82e86084587bfaa7b /manifests | |
parent | db26643a43b74f5718f81a821316d6a58855b371 (diff) |
this is IPv4 only so far
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/rules/out/ekeyd.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rules/out/ekeyd.pp b/manifests/rules/out/ekeyd.pp index 8acdaad..c437f6a 100644 --- a/manifests/rules/out/ekeyd.pp +++ b/manifests/rules/out/ekeyd.pp @@ -1,5 +1,5 @@ define shorewall::rules::out::ekeyd($host) { - shorewall::rule { "me-${name}-tcp_ekeyd": + shorewall::rule4{ "me-${name}-tcp_ekeyd": source => '$FW', destination => "${name}:${host}", proto => 'tcp', |