Skip to content

Commit

Permalink
Merge 7.x into main
Browse files Browse the repository at this point in the history
  • Loading branch information
austb committed Apr 1, 2024
2 parents 2a40901 + b8467b2 commit d2c5b4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptance/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -858,6 +858,8 @@ def install_puppet_from_package(puppet_collection = "puppet6")
# Take new configuration file on debian to prevent tests from hanging
# when this is used to upgrade puppet
if get_os_family(database) == :debian
# Explicitly install ca-certificates-java before java to avoid error installing java on debian
database.install_package('ca-certificates-java')
database.install_package('puppetserver', '-o Dpkg::Options::="--force-confnew"')
else
install_package(database, 'puppetserver')
Expand Down

0 comments on commit d2c5b4e

Please sign in to comment.