]> git.openstreetmap.org Git - chef.git/blobdiff - roles/teraswitch.rb
nominatim: install secondary importance file
[chef.git] / roles / teraswitch.rb
diff --git a/roles/teraswitch.rb b/roles/teraswitch.rb
deleted file mode 100644 (file)
index 292232e..0000000
+++ /dev/null
@@ -1,34 +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",
-  :networking => {
-    :nameservers => [
-      "1.1.1.1",
-      "8.8.8.8"
-    ],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
-  }
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.us.pool.ntp.org", "1.us.pool.ntp.org", "america.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[us]"
-)