]> git.openstreetmap.org Git - chef.git/blobdiff - roles/blix.rb
Disable birthday recipe while under dev
[chef.git] / roles / blix.rb
diff --git a/roles/blix.rb b/roles/blix.rb
deleted file mode 100644 (file)
index 756e3c1..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-name "blix"
-description "Role applied to all servers at Blix"
-
-default_attributes(
-  :accounts => {
-    :users => {
-      :blixadmin => { :status => :administrator }
-    }
-  },
-  :networking => {
-    :nameservers => [ "8.8.8.8", "8.8.4.4" ],
-    :roles => {
-      :external => {
-        :zone => "bx"
-      }
-    }
-  }
-)