X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7ebe049da32826028cab723019f14159dfcee8d1..2aa2f65b4ec1a8066a609d15024d448119201da4:/cookbooks/forum/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/forum/attributes/default.rb b/cookbooks/forum/attributes/default.rb index d6beb41d2..9f4114f80 100644 --- a/cookbooks/forum/attributes/default.rb +++ b/cookbooks/forum/attributes/default.rb @@ -1,5 +1,2 @@ # Enable the "forum" role default[:accounts][:users][:forum][:status] = :role - -# Use prefork as PHP is to dumb for anything else -override[:apache][:mpm] = "prefork"