include signing from the ftp_master role
[mirror/dsa-puppet.git] / modules / roles / manifests / bugs_web.pp
index b62fc40..2a5bfda 100644 (file)
@@ -1,5 +1,7 @@
 class roles::bugs_web {
-  include apache2
+  class { 'apache2':
+    rate_limit => true,
+  }
 
   ssl::service { 'bugs.debian.org':
     notify => Exec['service apache2 reload'],