description "Master role applied to draco"
default_attributes(
- :apt => {
- :sources => [ "ubuntugis-stable", "ubuntugis-unstable" ]
- },
:networking => {
:interfaces => {
:internal_ipv4 => {
:interface => "eth1",
:role => :external,
:family => :inet,
- :address => "128.40.168.95"
+ :address => "128.40.45.195"
}
}
},
)
run_list(
- "role[ucl-wates]"
+ "role[ucl-wolfson]"
)