description "Master role applied to poldi"
default_attributes(
+ :apt => {
+ :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
+ },
:devices => {
:areca_ld_tune => {
:comment => "RAID arrays on areca",
}
},
:postgresql => {
+ :versions => [ "9.1" ],
:settings => {
:defaults => {
:shared_buffers => "24GB",
}
},
:nominatim => {
+ :database => {
+ :cluster => "9.1/main",
+ :dbname => "nominatim",
+ :postgis => "2.0"
+ },
:fpm_pools => {
:www => {
:pm => "dynamic",
},
:bulk => {
:pm => "static",
- :max_children => "9"
+ :max_children => "10"
}
}
},