X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ffb4c92179c3c9a9a134d16d44e4962ee8c3729f..dc88c4068c574ea04d3085c8d8b0b80660688db7:/roles/unizar.rb diff --git a/roles/unizar.rb b/roles/unizar.rb index 829f40a21..3f5f6819b 100644 --- a/roles/unizar.rb +++ b/roles/unizar.rb @@ -8,14 +8,12 @@ default_attributes( } }, :hosted_by => "University of Zaragoza", - :location => "Zaragoza, Spain", - :networking => { - :nameservers => ["155.210.12.9", "155.210.3.12"], - :roles => { - :external => { - :zone => "uz" - } - } + :location => "Zaragoza, Spain" +) + +override_attributes( + :ntp => { + :servers => ["0.es.pool.ntp.org", "1.es.pool.ntp.org", "europe.pool.ntp.org"] } )