description "Master role applied to katla"
default_attributes(
+ :apt => {
+ :sources => ["postgresql"]
+ },
:db => {
- :cluster => "9.1/main"
+ :cluster => "9.5/main"
},
:devices => {
:store_slow => {
run_list(
"role[bytemark]",
- "role[db-master]",
- "role[db-backup]"
+ "role[db-slave]"
)