Skip to content

Commit

Permalink
fix: test failure might be related to puppet-puppetdb
Browse files Browse the repository at this point in the history
  • Loading branch information
d1nuc0m committed Nov 27, 2024
1 parent 712c9a8 commit 505042b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

configure_beaker do |host|
# Install additional modules for soft deps
install_puppet_module_via_pmt_on(host, 'puppetlabs-puppetdb')
install_puppet_module_via_pmt_on(host, 'puppetlabs-puppetdb', '8.0.1')
install_puppet_module_via_pmt_on(host, 'puppetlabs-apache')
install_puppet_module_via_pmt_on(host, 'puppet-epel')
end

0 comments on commit 505042b

Please sign in to comment.