]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
fixed typo
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Sun, 24 Feb 2008 17:39:27 +0000 (17:39 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Sun, 24 Feb 2008 17:39:27 +0000 (17:39 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@835 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index 98be44cb4e9434be93bd84f957f49dd61330ec78..03e1129459cd76bece7faac6818e133e76bdb2ba 100644 (file)
@@ -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"
         ],
     }