]> git.openstreetmap.org Git - chef.git/commitdiff
Switch piasa to use postgres 16
authorTom Hughes <tom@compton.nu>
Fri, 20 Oct 2023 23:42:38 +0000 (00:42 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 20 Oct 2023 23:42:52 +0000 (00:42 +0100)
roles/piasa.rb

index 4b0bd0b28d08e882722c2d30fce1c3a752c5f1fe..b1e775ad49bde510ef767c8111d0b5f0fd0b8e46 100644 (file)
@@ -37,7 +37,7 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "15/main",
+      :cluster => "16/main",
       :postgis => "3"
     },
     :mapnik => "3.1",