X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/3a4d52bd4c0f8e6ae7679145846b7bc7845d8ace..8f368b10a8cd0e097632874f720c49ce8eacea3a:/cookbooks/wordpress/attributes/default.rb diff --git a/cookbooks/wordpress/attributes/default.rb b/cookbooks/wordpress/attributes/default.rb index 09845b949..9233459dc 100644 --- a/cookbooks/wordpress/attributes/default.rb +++ b/cookbooks/wordpress/attributes/default.rb @@ -1,12 +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" - -# Make sure httpclient and php_serialize are installed -default[:chef][:gems] |= %w(httpclient php_serialize) - # Set wordpress defaults default[:wordpress][:user] = "wordpress" default[:wordpress][:group] = "wordpress"