X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7ebe049da32826028cab723019f14159dfcee8d1..a74013ffcd3dec22dbeb3ee335617bb39ea11bf5:/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"