]> git.openstreetmap.org Git - chef.git/commitdiff
Fix some incorrect regional ntp pool addresses
authorTom Hughes <tom@compton.nu>
Thu, 2 Jan 2020 21:20:40 +0000 (21:20 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 2 Jan 2020 21:20:40 +0000 (21:20 +0000)
roles/aarnet.rb
roles/altavoz.rb
roles/c3sl.rb
roles/catalyst.rb
roles/hostedinnz.rb
roles/nchc.rb
roles/netalerts.rb
roles/teraswitch.rb

index 7e2b97e8bfe30d6223305e5d192831d7091ee9dc..55845b269185da826ba94dae8d9f21798f7efde4 100644 (file)
@@ -18,7 +18,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
 
 override_attributes(
   :ntp => {
-    :servers => ["0.au.pool.ntp.org", "1.au.pool.ntp.org", "europe.pool.ntp.org"]
+    :servers => ["0.au.pool.ntp.org", "1.au.pool.ntp.org", "oceania.pool.ntp.org"]
   }
 )
 
   }
 )
 
index 78f67129589a3730fb831e280976c07a755e940e..e8946f17e7d2b85d65ef2985c5d8a62804a081a1 100644 (file)
@@ -19,7 +19,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
 
 override_attributes(
   :ntp => {
-    :servers => ["0.cl.pool.ntp.org", "1.cl.pool.ntp.org", "america.pool.ntp.org"]
+    :servers => ["0.cl.pool.ntp.org", "1.cl.pool.ntp.org", "south-america.pool.ntp.org"]
   }
 )
 
   }
 )
 
index 08708084e348800b1922c71c181bcf7b38849291..e01f5ed3dd1aa1e561290b22939d4d28d115e443 100644 (file)
@@ -22,7 +22,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
 
 override_attributes(
   :ntp => {
-    :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "america.pool.ntp.org"]
+    :servers => ["0.br.pool.ntp.org", "1.br.pool.ntp.org", "south-america.pool.ntp.org"]
   }
 )
 
   }
 )
 
index edf3fad82962699e4e3a1393376acc6abf6aa589..f5101a24f4de86c50c8c68ff4e82d71131c8d4b9 100644 (file)
@@ -16,7 +16,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
 
 override_attributes(
   :ntp => {
-    :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "asia.pool.ntp.org"]
+    :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "oceania.pool.ntp.org"]
   }
 )
 
   }
 )
 
index ef24387965aac35c820117f5de4378ef857483ee..d8f0311b1ac8d73dda2778cc8996b089ce36dd9e 100644 (file)
@@ -26,7 +26,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
 
 override_attributes(
   :ntp => {
-    :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "asia.pool.ntp.org"]
+    :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "oceania.pool.ntp.org"]
   }
 )
 
   }
 )
 
index bb9181fff5d6a0bc91514dfcb4d7e76a2cf4d2b6..58b3ed500b05a2265199d9b61675bf63a8ec1181 100644 (file)
@@ -22,7 +22,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
 
 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"]
   }
 )
 
   }
 )
 
index 41f1908325e9815c4735b57f9a21ac342b4f0f69..aaabe14e7cc6b697e694b736c9c49833e8955f46 100644 (file)
@@ -20,7 +20,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
 
 override_attributes(
   :ntp => {
-    :servers => ["0.ca.pool.ntp.org", "1.ca.pool.ntp.org", "america.pool.ntp.org"]
+    :servers => ["0.ca.pool.ntp.org", "1.ca.pool.ntp.org", "north-america.pool.ntp.org"]
   }
 )
 
   }
 )
 
index 292232e62c8f391ac2a04d17edb49c4560e632ea..6cede96e4573382b8d1dd902eeb63e7f90a278d5 100644 (file)
@@ -25,7 +25,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
 
 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"]
   }
 )
 
   }
 )