diff options
author | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2007-11-27 08:02:59 +0000 |
---|---|---|
committer | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2007-11-27 08:02:59 +0000 |
commit | 846c16a791242d787d8a8e4a6884921699b1de4b (patch) | |
tree | 42971955e5dda68e00fb449c215450304b5c9d66 /manifests | |
parent | 1531b29d3452eb119c3a8ca26a48d4d0bcae9e76 (diff) | |
download | puppet-shorewall-846c16a791242d787d8a8e4a6884921699b1de4b.tar.gz puppet-shorewall-846c16a791242d787d8a8e4a6884921699b1de4b.tar.bz2 |
order in routestopped (damits zwischen die header kommt ... ob das noch nötig ist?)
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@119 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 4 |
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}", } } |