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