X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c210291c6bfe5ff623ad94c1e08d151c523f8072..864d5dd378e3abaceec0119861696aa99f5d5628:/roles/nchc.rb diff --git a/roles/nchc.rb b/roles/nchc.rb index bb9181fff..9af0b8af1 100644 --- a/roles/nchc.rb +++ b/roles/nchc.rb @@ -11,18 +11,13 @@ default_attributes( :hosted_by => "NCHC", :location => "Hsinchu, Taiwan", :networking => { - :nameservers => ["140.110.16.1", "140.110.4.1"], - :roles => { - :external => { - :zone => "nc" - } - } + :nameservers => ["140.110.16.1", "140.110.4.1"] } ) 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"] } )