]> git.openstreetmap.org Git - chef.git/blobdiff - roles/euserv.rb
Add location information to tile caches
[chef.git] / roles / euserv.rb
index e3731f1441c1b4aeff2a8432bb2103f00daf0bf8..7bf9c436314762a4c828dba4eacea42530419b9f 100644 (file)
@@ -2,6 +2,7 @@ name "euserv"
 description "Role applied to all servers at EUserv"
 
 default_attributes(
+  :location => "Jena, Germany",
   :networking => {
     :nameservers => [
       "85.31.184.60", "85.31.184.61", "85.31.185.60", "85.31.185.61"
@@ -16,7 +17,7 @@ default_attributes(
 
 override_attributes(
   :ntp => {
-    :servers => [ "0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org" ]
+    :servers => ["0.de.pool.ntp.org", "1.de.pool.ntp.org", "europe.pool.ntp.org"]
   }
 )