From a10b5842ffa385a2016558680e82e0a7caf17c12 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 26 Jun 2018 23:32:28 +0100 Subject: [PATCH] Set sensible time servers for Spanish cache --- roles/unizar.rb | 6 ++++++ 1 file changed, 6 insertions(+) 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]" ) -- 2.43.2