]> git.openstreetmap.org Git - chef.git/commitdiff
Switch culebre to use postgres 16
authorTom Hughes <tom@compton.nu>
Fri, 13 Oct 2023 17:54:15 +0000 (18:54 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 13 Oct 2023 17:54:15 +0000 (18:54 +0100)
roles/culebre.rb

index 9058b44459fe31b29b858e23a8a9d4d6a58f46c9..4cdf87cafb3da6c85ef9573ed7ba5a60ea7d192a 100644 (file)
@@ -47,7 +47,7 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "14/main",
+      :cluster => "16/main",
       :postgis => "3"
     },
     :mapnik => "3.1",