X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1b572057a4c571df94d32252e32a8689e7f381e0..484bf308fb9f43eda4c2d7ac7b3d3d23a3288044:/roles/nchc.rb diff --git a/roles/nchc.rb b/roles/nchc.rb index ffae32b0c..58b3ed500 100644 --- a/roles/nchc.rb +++ b/roles/nchc.rb @@ -11,7 +11,7 @@ default_attributes( :hosted_by => "NCHC", :location => "Hsinchu, Taiwan", :networking => { - :nameservers => ["8.8.8.8", "8.8.4.4"], + :nameservers => ["140.110.16.1", "140.110.4.1"], :roles => { :external => { :zone => "nc" @@ -22,7 +22,7 @@ default_attributes( override_attributes( :ntp => { - :servers => ["0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "europe.pool.ntp.org"] + :servers => ["0.tw.pool.ntp.org", "1.tw.pool.ntp.org", "asia.pool.ntp.org"] } )