From 0c709ea4af6388740849828adebccfcef1f70fbc Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Fri, 12 Nov 2010 20:49:14 +0000 Subject: fix syntax --- modules/shorewall/manifests/init.pp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules') diff --git a/modules/shorewall/manifests/init.pp b/modules/shorewall/manifests/init.pp index 3f9189c9..9c711809 100644 --- a/modules/shorewall/manifests/init.pp +++ b/modules/shorewall/manifests/init.pp @@ -66,10 +66,10 @@ class shorewall { } class default_zones { zone_line { "net ipv4": - $order => 2, + order => 2, } zone_line { "fw firewall": - $order => 3, + order => 3, } } @@ -86,13 +86,13 @@ class shorewall { } class default_policy { policy_line{ "fw net ACCEPT": - $order => 2, + order => 2, } policy_line{ "net all DROP info": - $order => 3, + order => 3, } policy_line{ "all all REJECT info": - $order => 4, + order => 4, } } -- cgit v1.2.1