]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/forum/attributes/default.rb
forum: use temporary theme location to workaround chef openssl bug
[chef.git] / cookbooks / forum / attributes / default.rb
index 9f4114f8099ff0627294de623cbb41dfd54ff8ab..d6beb41d210351e01eeee8a5669d245d5e1cd9d7 100644 (file)
@@ -1,2 +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"