]> git.openstreetmap.org Git - chef.git/blobdiff - roles/catalyst.rb
Remove role for waima
[chef.git] / roles / catalyst.rb
diff --git a/roles/catalyst.rb b/roles/catalyst.rb
deleted file mode 100644 (file)
index 413be9e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-name "catalyst"
-description "Role applied to all servers at Catalyst"
-
-default_attributes(
-  :hosted_by => "Catalyst",
-  :location => "Hamilton, New Zealand"
-)
-
-override_attributes(
-  :networking => {
-    :nameservers => ["202.78.244.85", "202.78.244.86", "202.78.244.87"]
-  },
-  :ntp => {
-    :servers => ["0.nz.pool.ntp.org", "1.nz.pool.ntp.org", "oceania.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[nz]"
-)