Skip to content

Commit e7c1f85

Browse files
authored
Merge pull request #2809 from donoghuc/postgres-14
(maint) Use postgres 14 for acceptance tests in puppetdb
2 parents b7b51ae + 8ee33fe commit e7c1f85

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)