summaryrefslogtreecommitdiff
path: root/manifests/tcrules.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/tcrules.pp
parent2ebf9988ede4c54082abf9a5da98f4456464568a (diff)
update additions to concat module that were not in immerda branch
Diffstat (limited to 'manifests/tcrules.pp')
-rw-r--r--manifests/tcrules.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/tcrules.pp b/manifests/tcrules.pp
index a888d20..b9ab4a9 100644
--- a/manifests/tcrules.pp
+++ b/manifests/tcrules.pp
@@ -6,7 +6,7 @@ define shorewall::tcrules(
$client_ports = '',
$order = '1'
){
- shorewall::entry { "tcrules.d/${order}-${title}":
+ shorewall::entry { "tcrules-${order}-${name}":
line => "# ${name}\n${order} ${source} ${destination} ${protocol} ${ports} ${client_ports}",
}
}