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