Skip to content

Commit 2ef7958

Browse files
(maint) Merge up 7e0a30d to main
Generated by CI
2 parents bfdb170 + 7e0a30d commit 2ef7958

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@
4747
end
4848

4949
step 'Install PuppetDB module' do
50-
# While we sort out a new puppetlabs-puppetdb module release, point to a branch that allows us to take the latest puppetlabs-postgresql module
51-
on(master, 'curl -L https://github.com/puppetlabs/puppetlabs-puppetdb/archive/refs/heads/bump-postgres.tar.gz --output /tmp/puppetlabs-puppetdb')
52-
on(master, puppet('module install /tmp/puppetlabs-puppetdb'))
50+
on(master, puppet('module install puppetlabs-puppetdb'))
5351
end
5452

5553
if master.platform.variant == 'debian'

0 commit comments

Comments
 (0)