]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Minor changes
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 10 Feb 2010 23:44:03 +0000 (21:44 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 10 Feb 2010 23:44:03 +0000 (21:44 -0200)
manifests/init.pp

index 8002a77d6842752e26e458f0b43e00142ff16017..1e041cd236bc7230c190af487eb38b67bc5580a1 100644 (file)
@@ -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',
           }
         }
       }