]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
order in routestopped (damits zwischen die header kommt ... ob das noch nötig ist?)
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Tue, 27 Nov 2007 08:02:59 +0000 (08:02 +0000)
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Tue, 27 Nov 2007 08:02:59 +0000 (08:02 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@119 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index 128e3300291439449b0e703cd7a88cecff2a4414..9a823f8d0aed731d0ba5c3bd8d53b8a49467c4f1 100644 (file)
@@ -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}",
                }
        }