X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/7ebe049da32826028cab723019f14159dfcee8d1..be877e437a5beb2e44a48b63c48cabe8e481608f:/cookbooks/wordpress/attributes/default.rb diff --git a/cookbooks/wordpress/attributes/default.rb b/cookbooks/wordpress/attributes/default.rb index 856c99696..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 -override[:apache][:mpm] = "prefork" - # Set wordpress defaults default[:wordpress][:user] = "wordpress" default[:wordpress][:group] = "wordpress"