diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-10 21:44:03 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-10 21:44:03 -0200 |
commit | 1524a7f79fa9556392b54b4e79aceaa159d424a7 (patch) | |
tree | fd80568ae352ba834e4907fbe698492687f44805 /manifests/init.pp | |
parent | 439d95e16e340c8d39e491a507f78c05dd0adfeb (diff) | |
download | puppet-nodo-1524a7f79fa9556392b54b4e79aceaa159d424a7.tar.gz puppet-nodo-1524a7f79fa9556392b54b4e79aceaa159d424a7.tar.bz2 |
Minor changes
Diffstat (limited to 'manifests/init.pp')
-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', } } } |