From c3629ee738066eceb16606c47486d3ae1262b812 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 20 Jun 2012 14:05:32 -0400 Subject: update additions to concat module that were not in immerda branch --- manifests/tcrules.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/tcrules.pp') 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}", } } -- cgit v1.2.3