]> git.openstreetmap.org Git - chef.git/blobdiff - roles/odin.rb
Upgrade to postgres 14 on bowser
[chef.git] / roles / odin.rb
index ac19a286d84aeb64fd8000a0ab16ae610ff07cbd..6a71803393a913a9e344dd2860e66e2ac29cfdaa 100644 (file)
@@ -47,9 +47,10 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "10/main",
-      :postgis => "2.4"
+      :cluster => "12/main",
+      :postgis => "3"
     },
+    :mapnik => "3.1",
     :styles => {
       :default => {
         :tile_directories => [
@@ -61,6 +62,6 @@ default_attributes(
 )
 
 run_list(
-  "role[equinix]",
+  "role[equinix-ams]",
   "role[tile]"
 )