]> git.openstreetmap.org Git - chef.git/blob - roles/yournavigation.rb
Update carto stylesheet to v4.9.0
[chef.git] / roles / yournavigation.rb
1 name "yournavigation"
2 description "Role applied to all yournavigation servers"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :lambertus => { :status => :administrator }
8     }
9   },
10   :apache => {
11     :mpm => "prefork",
12     :timeout => 60,
13     :keepalive => false,
14     :prefork => {
15       :start_servers => 20,
16       :min_spare_servers => 20,
17       :max_spare_servers => 50,
18       :max_request_workers => 256
19     }
20   }
21 )
22
23 run_list(
24   "recipe[yournavigation]"
25 )