X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/68da77a8bfaeed546203ed2d004eb83ba6b88fb7..948c204d5052afc85aad0d734a6e5fc9584738e2:/roles/teraswitch.rb diff --git a/roles/teraswitch.rb b/roles/teraswitch.rb index 292232e62..1c24a529b 100644 --- a/roles/teraswitch.rb +++ b/roles/teraswitch.rb @@ -14,18 +14,13 @@ default_attributes( :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"] } )