]> git.openstreetmap.org Git - chef.git/blob - roles/tile-old.rb
Fix issues with the export script
[chef.git] / roles / tile-old.rb
1 name "tile-old"
2 description "Role applied to all tile servers"
3
4 default_attributes(
5   :apt => {
6     :sources => [ "pitti-postgresql" ]
7   },
8   :sysctl => {
9     :sockets => {
10       :comment => "Increase size of connection queue",
11       :parameters => {
12         "net.core.somaxconn" => 10000
13       }
14     }
15   }
16 )