]> git.openstreetmap.org Git - chef.git/commitdiff
Add postgres 15 to eddie
authorTom Hughes <tom@compton.nu>
Mon, 2 Jan 2023 11:39:06 +0000 (11:39 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 2 Jan 2023 11:40:11 +0000 (11:40 +0000)
roles/eddie.rb

index 0dbe9dd0a7e9fec6dc0aebe123773674868b6ac1..3bdb0dd7cd48eefb6f39cabce08a0f84bd1f86c9 100644 (file)
@@ -22,7 +22,8 @@ default_attributes(
         :effective_io_concurrency => "256",
         :random_page_cost => "1.1"
       }
-    }
+    },
+    :versions => ["15"]
   },
   :sysctl => {
     :postgres => {