X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/28c27463bfd63b101be28468266159233c086383..860431223d5e1ada6bc6549c2cfa30dea4d23182:/roles/edgeuno.rb diff --git a/roles/edgeuno.rb b/roles/edgeuno.rb index 2563e76b5..c1224f2ba 100644 --- a/roles/edgeuno.rb +++ b/roles/edgeuno.rb @@ -8,7 +8,6 @@ default_attributes( } }, :hosted_by => "EdgeUno", - :location => "Bogotá, Colombia", :networking => { :firewall => { :inet => [ @@ -37,21 +36,6 @@ default_attributes( :nameservers => [ "8.8.8.8", "1.1.1.1" - ], - :roles => { - :external => { - :zone => "osm" - } - } - } -) - -override_attributes( - :ntp => { - :servers => ["0.co.pool.ntp.org", "1.co.pool.ntp.org", "south-america.pool.ntp.org"] + ] } ) - -run_list( - "role[co]" -)