aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 128e330..9a823f8 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -182,8 +182,8 @@ class shorewall {
# See http://www.shorewall.net/3.0/Documentation.htm#Routestopped
managed_file { routestopped: }
- define routestopped($host = '-', $options = '') {
- entry { "routestopped.d/${name}":
+ define routestopped($host = '-', $options = '', $order='100') {
+ entry { "routestopped.d/${order}-${name}":
line => "${name} ${host} ${options}",
}
}