]> git.openstreetmap.org Git - chef.git/blob - cookbooks/donate/attributes/default.rb
Bump cookstyle from 6.10.2 to 6.11.4
[chef.git] / cookbooks / donate / attributes / default.rb
1 # Enable the "donate" role
2 default[:accounts][:users][:donate][:status] = :role
3
4 # Use prefork as PHP is to dumb for anything else
5 override[:apache][:mpm] = "prefork"