]> git.openstreetmap.org Git - chef.git/blobdiff - roles/datahata.rb
Configure the publisher URL for rails port instances
[chef.git] / roles / datahata.rb
index 2df6c3c14a20eb7f92566c3df07eca2ba3aff27c..685e83db47cf2c20b832361385df509fc2d3b9c2 100644 (file)
@@ -2,13 +2,20 @@ name "datahata"
 description "Role applied to all servers at DataHata"
 
 default_attributes(
+  :accounts => {
+    :users => {
+      :kom => { :status => :administrator }
+    }
+  },
+  :hosted_by => "DataHata",
+  :location => "Minsk, Belarus",
   :networking => {
     :nameservers => [
       "31.130.200.2"
     ],
     :roles => {
       :external => {
-        :zone => "dn"
+        :zone => "dh"
       }
     }
   }