add v4 and v6 any rules
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 9975b54..03f29bd 100644 (file)
@@ -130,6 +130,7 @@ class apache2 {
                refreshonly => true,
        }
         ferm::rule { "dsa-apache":
+                domain          => (ip ip6),
                 description     => "Allow web access",
                 rule            => "proto tcp mod state state (NEW) dport (80) ACCEPT"
         }