From: Tom Hughes Date: Tue, 26 Jun 2018 22:32:28 +0000 (+0100) Subject: Set sensible time servers for Spanish cache X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/a10b5842ffa385a2016558680e82e0a7caf17c12 Set sensible time servers for Spanish cache --- diff --git a/roles/unizar.rb b/roles/unizar.rb index 829f40a21..f9d5d1237 100644 --- a/roles/unizar.rb +++ b/roles/unizar.rb @@ -19,6 +19,12 @@ default_attributes( } ) +override_attributes( + :ntp => { + :servers => ["0.es.pool.ntp.org", "1.es.pool.ntp.org", "europe.pool.ntp.org"] + } +) + run_list( "role[es]" )