]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/forum/attributes/default.rb
Move common PHP setup logic to a new cookbook
[chef.git] / cookbooks / forum / attributes / default.rb
index d6beb41d210351e01eeee8a5669d245d5e1cd9d7..9f4114f8099ff0627294de623cbb41dfd54ff8ab 100644 (file)
@@ -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"