]> git.openstreetmap.org Git - chef.git/blobdiff - roles/racs.rb
Drop bunyip role
[chef.git] / roles / racs.rb
diff --git a/roles/racs.rb b/roles/racs.rb
deleted file mode 100644 (file)
index a319a48..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-name "racs"
-description "Role applied to all servers at Roy Adams Computer Services"
-
-default_attributes(
-  :accounts => {
-    :users => {
-      :kamy => { :status => :administrator }
-    }
-  },
-  :networking => {
-    :nameservers => [ "8.8.8.8", "8.8.4.4" ],
-    :roles => {
-      :external => {
-        :zone => "ra"
-      }
-    }
-  }
-)
-
-override_attributes(
-  :ntp => {
-    :servers => [ "0.au.pool.ntp.org", "1.au.pool.ntp.org", "oceania.pool.ntp.org" ]
-  }
-)
-
-run_list(
-  "role[au]"
-)