X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f74cd7ee1b59137d74c250d6a5fe0956a80ae5e3..ad62d51f720c7df61f6486cd19c4acb277c23908:/cookbooks/wordpress/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/wordpress/attributes/default.rb b/cookbooks/wordpress/attributes/default.rb index 9cd395648..9233459dc 100644 --- a/cookbooks/wordpress/attributes/default.rb +++ b/cookbooks/wordpress/attributes/default.rb @@ -1,9 +1,6 @@ # Enable the "wordpress" role default[:accounts][:users][:wordpress][:status] = :role -# Use prefork as PHP is to dumb for anything else -default[:apache][:mpm] = "prefork" - # Set wordpress defaults default[:wordpress][:user] = "wordpress" default[:wordpress][:group] = "wordpress"