]> git.openstreetmap.org Git - chef.git/blob - roles/forum.rb
Fix imager layer deletion
[chef.git] / roles / forum.rb
1 name "forum"
2 description "Role applied to all forum servers"
3
4 default_attributes(
5   :apache => {
6     :timeout => 60,
7     :keepalive => false,
8     :prefork => {
9       :start_servers => 20,
10       :min_spare_servers => 20,
11       :max_spare_servers => 50,
12       :max_request_workers => 256
13     }
14   }
15 )
16
17 run_list(
18   "recipe[forum]"
19 )