]> git.openstreetmap.org Git - chef.git/blobdiff - roles/zcu.rb
Add role for firnen
[chef.git] / roles / zcu.rb
index b059c5bf1bf63c50c68c106228783898da35e773..8420c54d91bd1fef2c39c22039cdf26f603982f3 100644 (file)
@@ -3,18 +3,13 @@ description "Role applied to all servers at University of West Bohemia"
 
 default_attributes(
   :hosted_by => "University of West Bohemia",
-  :location => "Pilsen, Czech Republic",
-  :networking => {
-    :nameservers => ["147.228.3.3", "147.228.52.11"],
-    :roles => {
-      :external => {
-        :zone => "osm"
-      }
-    }
-  }
+  :location => "Pilsen, Czech Republic"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["147.228.3.3", "147.228.52.11"]
+  },
   :ntp => {
     :servers => ["0.cz.pool.ntp.org", "1.cz.pool.ntp.org", "europe.pool.ntp.org"]
   }