X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0aef5f5a1aee125ac97d00fce7a2e331f271199f..6774d6625d27c61477684cbf753ae99a9f9907e0:/roles/teraswitch.rb diff --git a/roles/teraswitch.rb b/roles/teraswitch.rb index 1fb206e0a..1c24a529b 100644 --- a/roles/teraswitch.rb +++ b/roles/teraswitch.rb @@ -9,22 +9,18 @@ default_attributes( }, :hosted_by => "TeraSwitch Networks", :location => "Pittsburgh, Pennsylvania", + :timezone => "EST5EDT", :networking => { :nameservers => [ "1.1.1.1", "8.8.8.8" - ], - :roles => { - :external => { - :zone => "osm" - } - } + ] } ) override_attributes( :ntp => { - :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "america.pool.ntp.org"] + :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "north-america.pool.ntp.org"] } )