]> git.openstreetmap.org Git - chef.git/blobdiff - roles/g5solutions.rb
Update upstream for fume
[chef.git] / roles / g5solutions.rb
index b7985382c9e9517ea9f16f0533264c63caef826b..96aaa883bbbba9551d33471e77c1197822410f5d 100644 (file)
@@ -2,18 +2,18 @@ name "g5solutions"
 description "Role applied to all servers at G5 Solutions"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :g5team => { :status => :administrator }
+    }
+  },
   :hosted_by => "G5 Solutions",
   :location => "Indonesia",
   :networking => {
     :nameservers => [
       "8.8.8.8",
       "8.8.4.4"
-    ],
-    :roles => {
-      :external => {
-        :zone => "g5s"
-      }
-    }
+    ]
   }
 )