]> git.openstreetmap.org Git - chef.git/blobdiff - roles/teraswitch.rb
Ignore some unconnected IPMI fan sensors
[chef.git] / roles / teraswitch.rb
index 1fb206e0a08bd3c05b523bd735259d3d9cdb747e..cbdab5d460c94701e2884939770da8caffff0347 100644 (file)
@@ -9,22 +9,12 @@ default_attributes(
   },
   :hosted_by => "TeraSwitch Networks",
   :location => "Pittsburgh, Pennsylvania",
-  :networking => {
-    :nameservers => [
-      "1.1.1.1",
-      "8.8.8.8"
-    ],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
-  }
+  :timezone => "EST5EDT"
 )
 
 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"]
   }
 )