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