]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
imagery: add remainder of os_sv_diff
[chef.git] / roles / ucl.rb
index cb6bfce9bb929ce1a57204a6d6b34c8611ec1102..2dd44ee70d741166cc08181046523a06a58ec477 100644 (file)
@@ -3,13 +3,14 @@ description "Role applied to all servers at UCL"
 
 default_attributes(
   :bind => {
-    :forwarders => [ "144.82.100.1", "144.82.100.41" ]
-  }
+    :forwarders => ["144.82.100.1", "144.82.100.41"]
+  },
+  :location => "London, England"
 )
 
 override_attributes(
   :ntp => {
-    :servers => [ "ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk" ]
+    :servers => ["ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk"]
   }
 )