description "Master role applied to poldi"
default_attributes(
+ :apt => {
+ :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
+ },
:devices => {
:areca_ld_tune => {
:comment => "RAID arrays on areca",
:interface => "eth1",
:role => :external,
:family => :inet,
- :address => "128.40.168.106"
+ :address => "128.40.45.203"
}
}
},
: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",
)
run_list(
- "role[ucl-internal]",
+ "role[ucl-wolfson]",
"role[nominatim]"
)