aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-25 23:32:55 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-25 23:32:55 -0200
commit65e12806a1d4a3ac2f9541a7e5dfbde61d8df5a4 (patch)
treec48718d491f4c7e0c08f87ba31292f4fdbdc1956
parentce749e3d650ec7bd9733cccdd3263bb4d97450eb (diff)
downloadpuppet-shorewall-65e12806a1d4a3ac2f9541a7e5dfbde61d8df5a4.tar.gz
puppet-shorewall-65e12806a1d4a3ac2f9541a7e5dfbde61d8df5a4.tar.bz2
Update shorewall::tunnel to concat module
-rw-r--r--manifests/tunnel.pp2
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}",
}
}