]> git.openstreetmap.org Git - chef.git/commitdiff
Add postgres 14 to snap-02
authorTom Hughes <tom@compton.nu>
Sun, 27 Feb 2022 10:54:00 +0000 (10:54 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 27 Feb 2022 10:54:00 +0000 (10:54 +0000)
roles/snap-02.rb

index 68186bf0739b0405862dac38acd61dc62e0e6aa7..17c003957f15ded349c84f530940051550ab8f41 100644 (file)
@@ -22,7 +22,8 @@ default_attributes(
         :effective_io_concurrency => "256",
         :random_page_cost => "1.1"
       }
-    }
+    },
+    :versions => ["14"]
   },
   :sysctl => {
     :postgres => {