summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-08-25 10:00:54 -0300
committerSilvio Rhatto <rhatto@riseup.net>2009-08-25 10:00:54 -0300
commit1b9d7e2942508c7c27c61eb10ffadee322ca40a9 (patch)
tree3249e23b0e146502c41d2530d40e4270e4867ed9
parent1c75011f2509264f5e0a4afbad811470d77099ae (diff)
downloadpuppet-shorewall-1b9d7e2942508c7c27c61eb10ffadee322ca40a9.tar.gz
puppet-shorewall-1b9d7e2942508c7c27c61eb10ffadee322ca40a9.tar.bz2
Subscribing service shorewall to tcdevices, tcrules and tcclasses files
-rw-r--r--manifests/init.pp5
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],
}