We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800793d commit c61ac0dCopy full SHA for c61ac0d
acceptance/suites/pre_suite/foss/95_install_pdb.rb
@@ -24,9 +24,7 @@
24
end
25
26
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'))
+ on(master, puppet('module install puppetlabs-puppetdb'))
30
31
32
if master.platform.variant == 'debian'
0 commit comments