From 1524a7f79fa9556392b54b4e79aceaa159d424a7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 10 Feb 2010 21:44:03 -0200 Subject: Minor changes --- manifests/init.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index 8002a77..1e041cd 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -293,7 +293,7 @@ class nodo::vserver inherits nodo { proto => 'tcp', destinationport => '9418', ratelimit => '-', - order => '306', + order => '304', } shorewall::rule { 'git-daemon-2': @@ -303,7 +303,7 @@ class nodo::vserver inherits nodo { proto => 'tcp', destinationport => '9418', ratelimit => '-', - order => '307', + order => '305', } } @@ -315,7 +315,7 @@ class nodo::vserver inherits nodo { proto => 'tcp', destinationport => '8000', ratelimit => '-', - order => '308', + order => '306', } shorewall::rule { 'icecast-2': @@ -325,7 +325,7 @@ class nodo::vserver inherits nodo { proto => 'tcp', destinationport => '8000', ratelimit => '-', - order => '309', + order => '307', } } } -- cgit v1.2.3