]> git.openstreetmap.org Git - chef.git/blob - cookbooks/forum/attributes/default.rb
forum: use temporary theme location to workaround chef openssl bug
[chef.git] / cookbooks / forum / attributes / default.rb
1 # Enable the "forum" role
2 default[:accounts][:users][:forum][:status] = :role
3
4 # Use prefork as PHP is to dumb for anything else
5 override[:apache][:mpm] = "prefork"