]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tetaneutral.rb
Add role for firnen
[chef.git] / roles / tetaneutral.rb
index 1fc9bd07f85d4283b45d29b0a8e2a64fba34ed6b..a156330236e60fb12c257d091425e4be77e3974a 100644 (file)
@@ -2,19 +2,13 @@ name "tetaneutral"
 description "Role applied to all servers at Tetaneutral.net"
 
 default_attributes(
-  :hosted_by => "Tetaneutral.net",
-  :location => "Toulouse, France",
-  :networking => {
-    :nameservers => [
-      "8.8.8.8",
-      "8.8.4.4"
-    ],
-    :roles => {
-      :external => {
-        :zone => "tnn"
-      }
+  :accounts => {
+    :users => {
+      :tetaneutral => { :status => :administrator }
     }
-  }
+  },
+  :hosted_by => "Tetaneutral.net",
+  :location => "Toulouse, France"
 )
 
 override_attributes(