]> git.openstreetmap.org Git - chef.git/commitdiff
Update odin to postgres 12, postgis 3 and carto 5.0.0
authorTom Hughes <tom@compton.nu>
Fri, 27 Mar 2020 17:57:40 +0000 (17:57 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 27 Mar 2020 17:57:40 +0000 (17:57 +0000)
roles/odin.rb

index ac19a286d84aeb64fd8000a0ab16ae610ff07cbd..abe2780ff958e076fb32686e478e331a51356c4e 100644 (file)
@@ -47,11 +47,12 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "10/main",
-      :postgis => "2.4"
+      :cluster => "12/main",
+      :postgis => "3"
     },
     :styles => {
       :default => {
+        :revision => "v5.0.0",
         :tile_directories => [
           { :name => "/store/tiles/default", :min_zoom => 0, :max_zoom => 19 }
         ]