summaryrefslogtreecommitdiff
path: root/manifests/tunnel.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-06-14 13:38:02 -0400
committerMicah Anderson <micah@riseup.net>2013-06-14 13:38:02 -0400
commitdd8491acea7fdd2324ec6db853ff0fd438d9b54a (patch)
tree3f2b18100b17aceb284c15dc2c8541a15d30dabb /manifests/tunnel.pp
parentc9a0c9da478ed1bc20acbdffa3b9ba40e656bd8a (diff)
parent565be1bb06ededc8deb8e3a06864ce709b7bdffc (diff)
Merge branch 'master' of ssh://code.leap.se/puppet_shorewall into leap
Diffstat (limited to 'manifests/tunnel.pp')
-rw-r--r--manifests/tunnel.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/tunnel.pp b/manifests/tunnel.pp
index e0c71e7..2cac922 100644
--- a/manifests/tunnel.pp
+++ b/manifests/tunnel.pp
@@ -5,7 +5,7 @@ define shorewall::tunnel(
$gateway_zones = '',
$order = '1'
) {
- shorewall::entry { "tunnel.d/${order}-${title}":
+ shorewall::entry { "tunnel-${order}-${name}":
line => "# ${name}\n${tunnel_type} ${zone} ${gateway} ${gateway_zones}",
}
}