]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/default.rb
Use multipackage installs throughout
[chef.git] / cookbooks / apache / recipes / default.rb
index 1a274e223b5e9605ea3fdca115a4a38884310029..625c3eb22c110bb6e9afb2a787a3de927e619a2b 100644 (file)
 
 include_recipe "ssl"
 
-package "apache2"
-package "libwww-perl"
+package %w[
+  apache2
+  libwww-perl
+]
 
 %w[event itk prefork worker].each do |mpm|
   if mpm == node[:apache][:mpm]