]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/recipes/default.rb
Fix new rubocop warnings
[chef.git] / cookbooks / apache / recipes / default.rb
index 72af9140b9b64b6c8caa034ece4c0a69c1cbb23c..9b6c6ef5401bb2e8938b1202717b07a999b5b9ea 100644 (file)
@@ -22,7 +22,7 @@ include_recipe "ssl"
 package "apache2"
 package "libwww-perl"
 
-%w(event itk prefork worker).each do |mpm|
+%w[event itk prefork worker].each do |mpm|
   if mpm == node[:apache][:mpm]
     apache_module "mpm_#{mpm}" do
       action [:enable]