]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ucl.rb
Upgrade bytemark machines to chef 13
[chef.git] / roles / ucl.rb
index f3a0305950a45f574c118c520ec9957c79690d0c..7715e629aaaf812e555f8f510505040783b0999c 100644 (file)
@@ -2,6 +2,11 @@ name "ucl"
 description "Role applied to all servers at UCL"
 
 default_attributes(
+  :chef => {
+    :client => {
+      :version => "13.6.4"
+    }
+  },
   :location => "Slough, England",
   :networking => {
     :roles => {
@@ -28,7 +33,7 @@ override_attributes(
     :search => ["ucl.openstreetmap.org", "openstreetmap.org"]
   },
   :ntp => {
-    :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"]
+    :servers => ["ntp1.ucl.ac.uk", "ntp2.ucl.ac.uk"]
   }
 )