diff options
author | Nick <nick@ivpn.net> | 2015-04-17 12:54:57 +0200 |
---|---|---|
committer | Nick <nick@ivpn.net> | 2015-04-17 12:54:57 +0200 |
commit | e61e6805e5a8fe4e39b0c31631491c29f209357c (patch) | |
tree | 33e0c0c969255c1817f45b637c82162ba76b6bfa | |
parent | db074b1848c874585506c7aa7794801d5045a8b6 (diff) |
Fix tunnels filename
-rw-r--r-- | manifests/tunnel.pp | 2 |
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}", } } |