From 9c3fd09a82b5d89605b0eb3730c5f5223af81f7b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Jan 2013 16:06:28 -0200 Subject: Changing order parameter to integer at shorewall rules --- manifests/subsystems/firewall/ups.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystems/firewall/ups.pp') diff --git a/manifests/subsystems/firewall/ups.pp b/manifests/subsystems/firewall/ups.pp index c559739..042fcdc 100644 --- a/manifests/subsystems/firewall/ups.pp +++ b/manifests/subsystems/firewall/ups.pp @@ -6,6 +6,6 @@ class firewall::ups { proto => 'tcp', destinationport => "3551", ratelimit => '-', - order => "200", + order => 200, } } -- cgit v1.2.3