diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2009-08-25 10:00:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2009-08-25 10:00:54 -0300 |
commit | 1b9d7e2942508c7c27c61eb10ffadee322ca40a9 (patch) | |
tree | 3249e23b0e146502c41d2530d40e4270e4867ed9 | |
parent | 1c75011f2509264f5e0a4afbad811470d77099ae (diff) | |
download | puppet-shorewall-1b9d7e2942508c7c27c61eb10ffadee322ca40a9.tar.gz puppet-shorewall-1b9d7e2942508c7c27c61eb10ffadee322ca40a9.tar.bz2 |
Subscribing service shorewall to tcdevices, tcrules and tcclasses files
-rw-r--r-- | manifests/init.pp | 5 |
1 files changed, 4 insertions, 1 deletions
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], } |