]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
Subscribing service shorewall to tcdevices, tcrules and tcclasses files
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 25 Aug 2009 13:00:54 +0000 (10:00 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 25 Aug 2009 13:00:54 +0000 (10:00 -0300)
manifests/init.pp

index c083dd01601649259e18e3fd37f6bc4becefceb8..321d5987f45ec2a245a8dbd95292b9fe19afcb61 100644 (file)
@@ -284,7 +284,10 @@ class shorewall::base {
             Exec["concat_/var/lib/puppet/modules/shorewall/blacklist"], 
             Exec["concat_/var/lib/puppet/modules/shorewall/rfc1918"], 
             Exec["concat_/var/lib/puppet/modules/shorewall/routestopped"], 
-            Exec["concat_/var/lib/puppet/modules/shorewall/params"] 
+            Exec["concat_/var/lib/puppet/modules/shorewall/params"],
+            Exec["concat_/var/lib/puppet/modules/shorewall/tcdevices"], 
+            Exec["concat_/var/lib/puppet/modules/shorewall/tcrules"], 
+            Exec["concat_/var/lib/puppet/modules/shorewall/tcclasses"],
         ],
         require => Package[shorewall],
     }