description "Master role applied to ramoth"
default_attributes(
+ :apt => {
+ :sources => ["postgresql"]
+ },
:db => {
- :cluster => "9.1/main"
+ :cluster => "9.5/main"
},
:devices => {
:store_openstreetmap => {
}
},
:hardware => {
- :grub => {
- :cmdline => %w(ghes.disable=1)
- },
:watchdog => "w83627hf_wdt"
},
:munin => {