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