]> git.openstreetmap.org Git - chef.git/blobdiff - roles/grnet.rb
split configuration in two, include new templates
[chef.git] / roles / grnet.rb
index 30dc0a5f5d69a57f17d0c6ea273141241c00d275..a08d1841d178572a1c1053c7671ee75c9f1a2ce4 100644 (file)
@@ -2,18 +2,13 @@ name "grnet"
 description "Role applied to all servers at GRNET"
 
 default_attributes(
-  :hosted_by => "GRNET",
-  :location => "Athens, Greece",
-  :networking => {
-    :nameservers => [
-      "83.212.2.77"
-    ],
-    :roles => {
-      :external => {
-        :zone => "grn"
-      }
+  :accounts => {
+    :users => {
+      :grnet => { :status => :administrator }
     }
-  }
+  },
+  :hosted_by => "GRNET",
+  :location => "Athens, Greece"
 )
 
 override_attributes(