try apache rate limiting on snapshot hosts, 2
[mirror/dsa-puppet.git] / modules / apache2 / manifests / init.pp
index 8aacde9..4290e02 100644 (file)
@@ -154,7 +154,7 @@ class apache2 {
        }
 
        if (! has_role('apache_not_public')) {
-               if $::hostname in [beach,buxtehude,picconi,pkgmirror-csail] {
+               if has_role('apache_ratelimited') {
                        include apache2::dynamic
                } else {
                        @ferm::rule { 'dsa-http':