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.
2 parents bfdb170 + 7e0a30d commit 2ef7958Copy full SHA for 2ef7958
acceptance/suites/pre_suite/foss/95_install_pdb.rb
@@ -47,9 +47,7 @@
47
end
48
49
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'))
+ on(master, puppet('module install puppetlabs-puppetdb'))
53
54
55
if master.platform.variant == 'debian'
0 commit comments