X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b65088c61c96a83d98736afda98e43a2b83972ee..860431223d5e1ada6bc6549c2cfa30dea4d23182:/roles/unizar.rb diff --git a/roles/unizar.rb b/roles/unizar.rb index 1d91a0615..746edaf88 100644 --- a/roles/unizar.rb +++ b/roles/unizar.rb @@ -4,17 +4,19 @@ 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" - } - } + :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"] } )