]> git.openstreetmap.org Git - chef.git/blobdiff - roles/datahata.rb
Fix typo
[chef.git] / roles / datahata.rb
index 2df6c3c14a20eb7f92566c3df07eca2ba3aff27c..b384a4cb70b62f7969cef66684000b0f4cba1c38 100644 (file)
@@ -2,13 +2,18 @@ name "datahata"
 description "Role applied to all servers at DataHata"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :kom => { :status => :administrator }
+    }
+  },
   :networking => {
     :nameservers => [
       "31.130.200.2"
     ],
     :roles => {
       :external => {
-        :zone => "dn"
+        :zone => "dh"
       }
     }
   }