X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b65088c61c96a83d98736afda98e43a2b83972ee..c580104cc2296be4e5feddd87205d1d414e594d7:/roles/unizar.rb 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]" )