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