X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ffb4c92179c3c9a9a134d16d44e4962ee8c3729f..c714aba0de40828044677c7b38890e3f7ba91436:/roles/unizar.rb 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]" )