summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-08-10 15:19:36 +0200
committermh <mh@immerda.ch>2013-08-10 15:19:36 +0200
commit4d0f1855f2538a59a4fa59a8b7c101ebaa5d2280 (patch)
tree22f6bc9f9968fa756235836756aaa962876c2ed2 /manifests
parent562e3f64418bb8aab7626f3e2f87769e4f85970d (diff)
fix define
Diffstat (limited to 'manifests')
-rw-r--r--manifests/rules/ipsec.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/rules/ipsec.pp b/manifests/rules/ipsec.pp
index 54284b9..413406e 100644
--- a/manifests/rules/ipsec.pp
+++ b/manifests/rules/ipsec.pp
@@ -11,13 +11,13 @@ define shorewall::rules::ipsec() {
action => 'ACCEPT';
"me-${name}-ipsec-udp":
source => '$FW',
- destination => $name
+ destination => $name,
proto => 'udp',
destinationport => '500',
order => 240,
action => 'ACCEPT';
"${name}-me-ipsec":
- source => $name
+ source => $name,
destination => '$FW',
proto => 'esp',
order => 240,