X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..27a2bb9c88575780f043a83aa3c8cb610f1a55b1:/roles/blix-nl.rb diff --git a/roles/blix-nl.rb b/roles/blix-nl.rb index cf8e1f6a2..936694b1c 100644 --- a/roles/blix-nl.rb +++ b/roles/blix-nl.rb @@ -1,9 +1,13 @@ name "blix-nl" description "Role applied to all servers at Blix NL" +default_attributes( + :location => "Amsterdam, Netherlands" +) + override_attributes( :ntp => { - :servers => [ "0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org" ] + :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"] } )