Skip to content

Commit c61ac0d

Browse files
authored
Revert "(PE-37477) Temporarily use puppetlabs-puppetdb branch for testing"
1 parent 800793d commit c61ac0d

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
@@ -24,9 +24,7 @@
2424
end
2525

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

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

0 commit comments

Comments
 (0)