http rate limiting for dynamic hosts also on v6
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 4290e02..14c2ff7 100644 (file)
@@ -162,13 +162,13 @@ class apache2 {
                                description => 'Allow web access',
                                rule        => '&SERVICE(tcp, (http https))'
                        }
-               }
 
-               @ferm::rule { 'dsa-http-v6':
-                       domain          => '(ip6)',
-                       prio            => '23',
-                       description     => 'Allow web access',
-                       rule            => '&SERVICE(tcp, (http https))'
+                       @ferm::rule { 'dsa-http-v6':
+                               domain          => '(ip6)',
+                               prio            => '23',
+                               description     => 'Allow web access',
+                               rule            => '&SERVICE(tcp, (http https))'
+                       }
                }
        }