From: Silvio Rhatto Date: Wed, 10 Feb 2010 23:44:03 +0000 (-0200) Subject: Minor changes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1524a7f79fa9556392b54b4e79aceaa159d424a7;p=puppet-nodo.git Minor changes --- 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', } } }