Retire the apache_ratelimited role
[mirror/dsa-puppet.git] / modules / roles / manifests / packages.pp
index 26022c3..a4f14a6 100644 (file)
@@ -1,4 +1,7 @@
 class roles::packages {
-  include apache2
+  class { 'apache2':
+    rate_limit => true,
+  }
+
   ssl::service { 'packages.debian.org': notify  => Exec['service apache2 reload'], key => true, }
 }