From 8ee33fe6879ff99b05559cd250a7f6efdf2f61f7 Mon Sep 17 00:00:00 2001 From: donoghuc Date: Tue, 9 Jan 2024 10:39:49 -0800 Subject: [PATCH] (maint) Use postgres 14 for acceptance tests in puppetdb Postgres 11 is deprecated, use postgres 14 for acceptance test setup when installing puppetdb via puppetlabs-puppetdb module. --- acceptance/suites/pre_suite/foss/95_install_pdb.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/acceptance/suites/pre_suite/foss/95_install_pdb.rb b/acceptance/suites/pre_suite/foss/95_install_pdb.rb index 981a062e9a..4daa2ffa3b 100644 --- a/acceptance/suites/pre_suite/foss/95_install_pdb.rb +++ b/acceptance/suites/pre_suite/foss/95_install_pdb.rb @@ -38,6 +38,7 @@ class { 'puppetdb': manage_firewall => false, manage_package_repo => #{manage_package_repo}, + postgres_version => '14', } class { 'puppetdb::master::config':