X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/28c27463bfd63b101be28468266159233c086383..2d41fdc4b054d4607fdbe76a57c4ee9ab178d73e:/roles/edgeuno.rb diff --git a/roles/edgeuno.rb b/roles/edgeuno.rb index 2563e76b5..a11b1af86 100644 --- a/roles/edgeuno.rb +++ b/roles/edgeuno.rb @@ -8,7 +8,6 @@ default_attributes( } }, :hosted_by => "EdgeUno", - :location => "Bogotá, Colombia", :networking => { :firewall => { :inet => [ @@ -45,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]" -)