]> git.openstreetmap.org Git - chef.git/blobdiff - roles/datahata.rb
Simplify firewall zones
[chef.git] / roles / datahata.rb
index b384a4cb70b62f7969cef66684000b0f4cba1c38..42b3d40f7d821bcc442cc879b4202b5fc2e59c06 100644 (file)
@@ -7,15 +7,14 @@ default_attributes(
       :kom => { :status => :administrator }
     }
   },
+  :hosted_by => "DataHata",
+  :location => "Minsk, Belarus",
   :networking => {
     :nameservers => [
-      "31.130.200.2"
-    ],
-    :roles => {
-      :external => {
-        :zone => "dh"
-      }
-    }
+      "31.130.200.2",
+      "8.8.8.8",
+      "8.8.4.4"
+    ]
   }
 )