X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/61b9c7c86689238f8460c7fb6a2e5870b93d1441..2d41fdc4b054d4607fdbe76a57c4ee9ab178d73e:/roles/edgeuno.rb diff --git a/roles/edgeuno.rb b/roles/edgeuno.rb index ae31ce92d..a11b1af86 100644 --- a/roles/edgeuno.rb +++ b/roles/edgeuno.rb @@ -2,8 +2,12 @@ name "edgeuno" description "Role applied to all servers at Edgeuno" default_attributes( + :accounts => { + :users => { + :e1admin => { :status => :administrator } + } + }, :hosted_by => "EdgeUno", - :location => "Bogotá, Colombia", :networking => { :firewall => { :inet => [ @@ -40,13 +44,3 @@ default_attributes( } } ) - -override_attributes( - :ntp => { - :servers => ["0.co.pool.ntp.org", "1.co.pool.ntp.org", "south-america.pool.ntp.org"] - } -) - -run_list( - "role[co]" -)