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