diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-24 17:39:27 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-02-24 17:39:27 +0000 |
commit | 7e4d76fbea6a9a30c489b7ec62a1e58448f57b37 (patch) | |
tree | a5f475df029f06f02b6c7057741dcbfcc356ec0c | |
parent | 86d81d320ace9111b19c6153d0c4a4c9fe4d6593 (diff) | |
download | puppet-shorewall-7e4d76fbea6a9a30c489b7ec62a1e58448f57b37.tar.gz puppet-shorewall-7e4d76fbea6a9a30c489b7ec62a1e58448f57b37.tar.bz2 |
fixed typo
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@835 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r-- | manifests/init.pp | 22 |
1 files 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"] ], } |