From 7e4d76fbea6a9a30c489b7ec62a1e58448f57b37 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 24 Feb 2008 17:39:27 +0000 Subject: fixed typo git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@835 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/init.pp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 98be44c..03e1129 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -33,17 +33,17 @@ class shorewall { ensure => running, enable => true, subscribe => [ - Exec["concat_/var/lib/puppet/modules/shorewall/zones], - Exec["concat_/var/lib/puppet/modules/shorewall/interfaces], - Exec["concat_/var/lib/puppet/modules/shorewall/hosts], - Exec["concat_/var/lib/puppet/modules/shorewall/policy], - Exec["concat_/var/lib/puppet/modules/shorewall/rules], - Exec["concat_/var/lib/puppet/modules/shorewall/masq], - Exec["concat_/var/lib/puppet/modules/shorewall/proxyarp], - Exec["concat_/var/lib/puppet/modules/shorewall/nat], - 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/zones"], + Exec["concat_/var/lib/puppet/modules/shorewall/interfaces"], + Exec["concat_/var/lib/puppet/modules/shorewall/hosts"], + Exec["concat_/var/lib/puppet/modules/shorewall/policy"], + Exec["concat_/var/lib/puppet/modules/shorewall/rules"], + Exec["concat_/var/lib/puppet/modules/shorewall/masq"], + Exec["concat_/var/lib/puppet/modules/shorewall/proxyarp"], + Exec["concat_/var/lib/puppet/modules/shorewall/nat"], + Exec["concat_/var/lib/puppet/modules/shorewall/blacklist"], + Exec["concat_/var/lib/puppet/modules/shorewall/rfc1918"], + Exec["concat_/var/lib/puppet/modules/shorewall/routestopped"] ], } -- cgit v1.2.3