]> git.openstreetmap.org Git - chef.git/blobdiff - roles/vodafone-cz.rb
Add role for firnen
[chef.git] / roles / vodafone-cz.rb
index d23ab154f371eb2ad2f8c9ce3f7f000998b56e5a..fa7c1fdfd93bb6650b29481783cd0fe18cb2bac3 100644 (file)
@@ -3,13 +3,13 @@ description "Role applied to all servers at Vodafone CZ"
 
 default_attributes(
   :hosted_by => "Vodafone",
-  :location => "Prague, Czech Republic",
-  :networking => {
-    :nameservers => ["62.24.64.2", "2a02:8301:0:10::3", "2001:4860:4860::8888"]
-  }
+  :location => "Prague, Czech Republic"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["62.24.64.2", "2a02:8301:0:10::3"]
+  },
   :ntp => {
     :servers => ["0.cz.pool.ntp.org", "1.cz.pool.ntp.org", "europe.pool.ntp.org"]
   }