]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nchc.rb
Add test for dmca cookbook
[chef.git] / roles / nchc.rb
index 62639e7840fad656e68d1431c9b0e2d76f082da3..58b3ed500b05a2265199d9b61675bf63a8ec1181 100644 (file)
@@ -8,9 +8,10 @@ default_attributes(
       :ceasar => { :status => :administrator }
     }
   },
+  :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"
@@ -21,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"]
   }
 )