]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gorwen.rb
Update rhaegal to postgres 12, postgis 3 and carto 5.0.0
[chef.git] / roles / gorwen.rb
index d02c39d2e68abac3b3377e4706772fa43476bd38..640c0599bbf6a3987a232f8b091e13dce2243280 100644 (file)
@@ -43,11 +43,14 @@ default_attributes(
     }
   },
   :tilecache => {
-    :tile_parent => "bogota.render.openstreetmap.org"
+    :tile_parent => "bogota.render.openstreetmap.org",
+    :tile_siblings => [
+      "glaedr.openstreetmap.org"
+    ]
   }
 )
 
 run_list(
-  "role[edgeuno]",
+  "role[edgeuno-co]",
   "role[tilecache]"
 )