X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b65088c61c96a83d98736afda98e43a2b83972ee..dc88c4068c574ea04d3085c8d8b0b80660688db7:/roles/unizar.rb diff --git a/roles/unizar.rb b/roles/unizar.rb index 1d91a0615..3f5f6819b 100644 --- a/roles/unizar.rb +++ b/roles/unizar.rb @@ -4,17 +4,16 @@ description "Role applied to all servers at University of Zaragoza" default_attributes( :accounts => { :users => { + :osluz => { :status => :administrator } } }, :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"] } )