]> git.openstreetmap.org Git - chef.git/commitdiff
Remove unused teraswitch role
authorTom Hughes <tom@compton.nu>
Fri, 22 Dec 2023 10:17:21 +0000 (10:17 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 22 Dec 2023 10:17:21 +0000 (10:17 +0000)
roles/teraswitch.rb [deleted file]

diff --git a/roles/teraswitch.rb b/roles/teraswitch.rb
deleted file mode 100644 (file)
index cbdab5d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-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"
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "north-america.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[us]"
-)