]> git.openstreetmap.org Git - chef.git/blobdiff - roles/teraswitch.rb
Add tests for web cookbook
[chef.git] / roles / teraswitch.rb
index 12c39cfa558cde7d2ad126b42c6463abb2d8eb08..6cede96e4573382b8d1dd902eeb63e7f90a278d5 100644 (file)
@@ -2,8 +2,14 @@ name "teraswitch"
 description "Role applied to all servers at TeraSwitch Networks"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :sysadmin => { :status => :administrator }
+    }
+  },
   :hosted_by => "TeraSwitch Networks",
   :location => "Pittsburgh, Pennsylvania",
+  :timezone => "EST5EDT",
   :networking => {
     :nameservers => [
       "1.1.1.1",
@@ -19,7 +25,7 @@ default_attributes(
 
 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"]
   }
 )