From 1b9d7e2942508c7c27c61eb10ffadee322ca40a9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 25 Aug 2009 10:00:54 -0300 Subject: Subscribing service shorewall to tcdevices, tcrules and tcclasses files --- manifests/init.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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], } -- cgit v1.2.3