summaryrefslogtreecommitdiff
path: root/manifests/tunnel.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-03-02 11:54:03 +0100
committervarac <varacanero@zeromail.org>2013-03-02 11:54:03 +0100
commit565be1bb06ededc8deb8e3a06864ce709b7bdffc (patch)
tree3f2b18100b17aceb284c15dc2c8541a15d30dabb /manifests/tunnel.pp
parente4a54e30bf2ad7fa45c73cc544e1da4524a287a4 (diff)
fixed leftovers from concat_file in rtrules.pp and tunnel.pp
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}",
}
}