aboutsummaryrefslogtreecommitdiff
path: root/manifests/tcdevices.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-06-20 14:05:32 -0400
committerMicah Anderson <micah@riseup.net>2012-06-20 14:05:32 -0400
commitc3629ee738066eceb16606c47486d3ae1262b812 (patch)
tree3e9a62dee514dbe70dfe867441281a62a931ffa9 /manifests/tcdevices.pp
parent2ebf9988ede4c54082abf9a5da98f4456464568a (diff)
downloadpuppet-shorewall-c3629ee738066eceb16606c47486d3ae1262b812.tar.gz
puppet-shorewall-c3629ee738066eceb16606c47486d3ae1262b812.tar.bz2
update additions to concat module that were not in immerda branch
Diffstat (limited to 'manifests/tcdevices.pp')
-rw-r--r--manifests/tcdevices.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/tcdevices.pp b/manifests/tcdevices.pp
index 54c9665..f4e88d8 100644
--- a/manifests/tcdevices.pp
+++ b/manifests/tcdevices.pp
@@ -5,7 +5,7 @@ define shorewall::tcdevices(
$redirected_interfaces = '',
$order = '100'
){
- shorewall::entry { "tcdevices.d/${order}-${title}":
+ shorewall::entry { "tcdevices-${order}-${name}":
line => "${name} ${in_bandwidth} ${out_bandwidth} ${options} ${redirected_interfaces}",
}
}