Skip to content

Commit 8ee33fe

Browse files
committed
(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.
1 parent b7b51ae commit 8ee33fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

acceptance/suites/pre_suite/foss/95_install_pdb.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
class { 'puppetdb':
3939
manage_firewall => false,
4040
manage_package_repo => #{manage_package_repo},
41+
postgres_version => '14',
4142
}
4243
4344
class { 'puppetdb::master::config':

0 commit comments

Comments
 (0)