From: Silvio Rhatto Date: Sat, 26 Jan 2013 01:32:55 +0000 (-0200) Subject: Update shorewall::tunnel to concat module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=65e12806a1d4a3ac2f9541a7e5dfbde61d8df5a4;p=puppet-shorewall.git Update shorewall::tunnel to concat module --- 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}", } }