X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..487a005b1708189b2b2dddda3f0a7568b82b23db:/roles/blix-no.rb diff --git a/roles/blix-no.rb b/roles/blix-no.rb index 02eab6d79..b4ed5cddc 100644 --- a/roles/blix-no.rb +++ b/roles/blix-no.rb @@ -1,9 +1,13 @@ 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"] } )