name "blix-no"
description "Role applied to all servers at Blix NO"
+default_attributes(
+ :location => "Oslo, Norway"
+)
+
override_attributes(
:ntp => {
- :servers => [ "0.no.pool.ntp.org", "1.no.pool.ntp.org", "europe.pool.ntp.org" ]
+ :servers => ["0.no.pool.ntp.org", "1.no.pool.ntp.org", "europe.pool.ntp.org"]
}
)