X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/34666b81c1ff78ac49e2afb85f6cabf8742dfb4c..19aeb7bfffb852ab8be005c004b1ef8e555a5b77:/cookbooks/apache/recipes/default.rb diff --git a/cookbooks/apache/recipes/default.rb b/cookbooks/apache/recipes/default.rb index 1a274e223..625c3eb22 100644 --- a/cookbooks/apache/recipes/default.rb +++ b/cookbooks/apache/recipes/default.rb @@ -19,8 +19,10 @@ 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]