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"
}
}
},
)
run_list(
- "role[ucl-internal]",
+ "role[ucl-wolfson]",
"role[nominatim]"
)