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