]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
Update shorewall::tunnel to concat module
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Jan 2013 01:32:55 +0000 (23:32 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 26 Jan 2013 01:32:55 +0000 (23:32 -0200)
manifests/tunnel.pp

index e0c71e7825e977358eaebd7a1e2dd27590c8f158..be3013474e11edda79ef54636fb05683461ca597 100644 (file)
@@ -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}",
     }
 }