From: mh Date: Sun, 24 Feb 2008 17:39:27 +0000 (+0000) Subject: fixed typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7e4d76fbea6a9a30c489b7ec62a1e58448f57b37;p=puppet-shorewall.git fixed typo git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@835 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- 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"] ], }