From: Silvio Rhatto Date: Tue, 25 Aug 2009 13:00:54 +0000 (-0300) Subject: Subscribing service shorewall to tcdevices, tcrules and tcclasses files X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=1b9d7e2942508c7c27c61eb10ffadee322ca40a9;p=puppet-shorewall.git Subscribing service shorewall to tcdevices, tcrules and tcclasses files --- diff --git a/manifests/init.pp b/manifests/init.pp index c083dd0..321d598 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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], }