X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2c854e9952890a119750a187479eb2701107705f..a439230240ac55952f5bbf40312c3116674a9cd5:/cookbooks/wordpress/attributes/default.rb diff --git a/cookbooks/wordpress/attributes/default.rb b/cookbooks/wordpress/attributes/default.rb index 615e08925..9cd395648 100644 --- a/cookbooks/wordpress/attributes/default.rb +++ b/cookbooks/wordpress/attributes/default.rb @@ -4,9 +4,6 @@ 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] |= [ "httpclient", "php_serialize" ] - # Set wordpress defaults default[:wordpress][:user] = "wordpress" default[:wordpress][:group] = "wordpress"