diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 23:32:55 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-25 23:32:55 -0200 |
commit | 65e12806a1d4a3ac2f9541a7e5dfbde61d8df5a4 (patch) | |
tree | c48718d491f4c7e0c08f87ba31292f4fdbdc1956 | |
parent | ce749e3d650ec7bd9733cccdd3263bb4d97450eb (diff) | |
download | puppet-shorewall-65e12806a1d4a3ac2f9541a7e5dfbde61d8df5a4.tar.gz puppet-shorewall-65e12806a1d4a3ac2f9541a7e5dfbde61d8df5a4.tar.bz2 |
Update shorewall::tunnel to concat module
-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 e0c71e7..be30134 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}-${title}": line => "# ${name}\n${tunnel_type} ${zone} ${gateway} ${gateway_zones}", } } |