diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 8 |
1 files changed, 4 insertions, 4 deletions
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', } } } |