X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7ebe049da32826028cab723019f14159dfcee8d1..16f53087287184b75bf502ab7101627a094cc205:/cookbooks/forum/attributes/default.rb 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"