this should virtually work
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 9975b54..cd2a4e4 100644 (file)
@@ -129,7 +129,8 @@ class apache2 {
                command => "/etc/init.d/apache2 force-reload",
                refreshonly => true,
        }
-        ferm::rule { "dsa-apache":
+        @ferm::rule { "dsa-apache":
+                domain          => "(ip ip6)",
                 description     => "Allow web access",
                 rule            => "proto tcp mod state state (NEW) dport (80) ACCEPT"
         }