]> git.openstreetmap.org Git - chef.git/commitdiff
Switch balerion to use postgresql 16
authorTom Hughes <tom@compton.nu>
Tue, 26 Sep 2023 15:52:45 +0000 (16:52 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 26 Sep 2023 15:53:13 +0000 (16:53 +0100)
roles/balerion.rb

index cfbc82ec6f6c86c88f01e1f3acf1df7f43f0d9d1..60e6bbcb06f3e137a7e02de11c86afb85546088a 100644 (file)
@@ -36,7 +36,7 @@ default_attributes(
   },
   :tile => {
     :database => {
-      :cluster => "14/main",
+      :cluster => "16/main",
       :postgis => "3"
     },
     :mapnik => "3.1",