]> git.openstreetmap.org Git - chef.git/blobdiff - roles/altavoz.rb
nominatim: location of config file for nominatim-ui has changed
[chef.git] / roles / altavoz.rb
index 8deb1dfda780879315940c5d127b3be524105c05..ae9d720fc5a2aa9b722a67aa852e70a9cc0434d1 100644 (file)
@@ -3,16 +3,13 @@ description "Role applied to all servers at AltaVoz"
 
 default_attributes(
   :hosted_by => "AltaVoz",
-  :location => "Viña del Mar, Chile",
-  :networking => {
-    :nameservers => [
-      "200.91.44.10",
-      "200.91.41.10"
-    ]
-  }
+  :location => "Viña del Mar, Chile"
 )
 
 override_attributes(
+  :networking => {
+    :nameservers => ["200.91.44.10", "200.91.41.10"]
+  },
   :ntp => {
     :servers => ["0.cl.pool.ntp.org", "1.cl.pool.ntp.org", "south-america.pool.ntp.org"]
   }