aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-02-10 21:44:03 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-02-10 21:44:03 -0200
commit1524a7f79fa9556392b54b4e79aceaa159d424a7 (patch)
treefd80568ae352ba834e4907fbe698492687f44805 /manifests/init.pp
parent439d95e16e340c8d39e491a507f78c05dd0adfeb (diff)
downloadpuppet-nodo-1524a7f79fa9556392b54b4e79aceaa159d424a7.tar.gz
puppet-nodo-1524a7f79fa9556392b54b4e79aceaa159d424a7.tar.bz2
Minor changes
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
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',
}
}
}