X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4995554e7b535b58f0f730eca6e6df9082aad083..169f0cfcb0a3b2a41caa94cf65144be1ae693020:/roles/ucl.rb diff --git a/roles/ucl.rb b/roles/ucl.rb index f3a030595..7715e629a 100644 --- a/roles/ucl.rb +++ b/roles/ucl.rb @@ -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"] } )