]> git.openstreetmap.org Git - chef.git/blobdiff - roles/blix-nl.rb
Upgrade bytemark machines to chef 13
[chef.git] / roles / blix-nl.rb
index cf8e1f6a2961cc35f85619800b389bccfc8c80db..936694b1c9fb25e34a9c6b01b8517e5d7dbbed69 100644 (file)
@@ -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"]
   }
 )