]> git.openstreetmap.org Git - chef.git/blobdiff - roles/aarnet.rb
Merge remote-tracking branch 'github/pull/749'
[chef.git] / roles / aarnet.rb
diff --git a/roles/aarnet.rb b/roles/aarnet.rb
deleted file mode 100644 (file)
index 7cda2b7..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-name "aarnet"
-description "Role applied to all servers at AARNet"
-
-default_attributes(
-  :accounts => {
-    :users => {
-      :chm => { :status => :administrator },
-      :bclifford => { :status => :administrator }
-    }
-  },
-  :hosted_by => "AARNet",
-  :location => "Carlton, Victoria, Australia",
-  :networking => {
-    :nameservers => ["202.158.207.1", "202.158.207.2"]
-  }
-)
-
-override_attributes(
-  :ntp => {
-    :servers => ["0.au.pool.ntp.org", "1.au.pool.ntp.org", "europe.pool.ntp.org"]
-  }
-)
-
-run_list(
-  "role[au]"
-)