aboutsummaryrefslogtreecommitdiff
path: root/manifests/tcdevices.pp
diff options
context:
space:
mode:
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}",
}
}