]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/apache2/manifests/init.pp
add v4 and v6 any rules
[dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 9975b54606e6b2bb12837aed63161cc7ff1cec3e..03f29bd17d07c1099272aec036ba0c4aecc0e961 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"
         }