From: Tom Hughes Date: Sun, 27 Feb 2022 10:54:00 +0000 (+0000) Subject: Add postgres 14 to snap-02 X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/2c39d070b3f9f19a776638da82da06c4df9cc439 Add postgres 14 to snap-02 --- diff --git a/roles/snap-02.rb b/roles/snap-02.rb index 68186bf07..17c003957 100644 --- a/roles/snap-02.rb +++ b/roles/snap-02.rb @@ -22,7 +22,8 @@ default_attributes( :effective_io_concurrency => "256", :random_page_cost => "1.1" } - } + }, + :versions => ["14"] }, :sysctl => { :postgres => {