]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
not yet working correctly
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Sun, 17 Feb 2008 21:25:12 +0000 (21:25 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Sun, 17 Feb 2008 21:25:12 +0000 (21:25 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@832 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index 2293368edbf30c5460ce5d91144deb6f44f0e495..c9179514022a1e28cc3c5a1d86f677ee8f47b9a2 100644 (file)
@@ -32,19 +32,19 @@ class shorewall {
        service { shorewall: 
         ensure  => running, 
         enable  => true, 
-        subscribe => [ 
-            Exec[concat_zones], 
-            Exec[concat_interfaces], 
-            Exec[concat_hosts], 
-            Exec[concat_policy], 
-            Exec[concat_rules], 
-            Exec[concat_masq], 
-            Exec[concat_proxyarp], 
-            Exec[concat_nat], 
-            Exec[concat_blacklist], 
-            Exec[concat_rfc1918], 
-            Exec[concat_routestopped] 
-        ],
+#        subscribe => [ 
+#            Exec[concat_zones], 
+#            Exec[concat_interfaces], 
+#            Exec[concat_hosts], 
+#            Exec[concat_policy], 
+#            Exec[concat_rules], 
+#            Exec[concat_masq], 
+#            Exec[concat_proxyarp], 
+#            Exec[concat_nat], 
+#            Exec[concat_blacklist], 
+#            Exec[concat_rfc1918], 
+#            Exec[concat_routestopped] 
+#        ],
     }
 
        file {