summaryrefslogtreecommitdiff
path: root/manifests/tunnel.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2017-01-12 11:29:28 +0100
committermh <mh@immerda.ch>2017-01-12 11:29:28 +0100
commit53fa57dbd5bd1ea0e8da5aaffe509df7a47d1730 (patch)
treeb8027acdad3a0013033210c6f95ebc2b50d42a0c /manifests/tunnel.pp
parent8b20a24773e646a827f5bd9eb6030bfcbf12137d (diff)
parent6d78d6c7b5c7617077260c94d7158b61f430494e (diff)
Merge remote-tracking branch 'github/master'
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 2cac922..0e645c8 100644
--- a/manifests/tunnel.pp
+++ b/manifests/tunnel.pp
@@ -5,7 +5,7 @@ define shorewall::tunnel(
$gateway_zones = '',
$order = '1'
) {
- shorewall::entry { "tunnel-${order}-${name}":
+ shorewall::entry { "tunnels-${order}-${name}":
line => "# ${name}\n${tunnel_type} ${zone} ${gateway} ${gateway_zones}",
}
}