puppetlabs / puppetdb

Centralized Puppet Storage
http://docs.puppetlabs.com/puppetdb
Apache License 2.0
298 stars 224 forks source link

(maint) Work around java install on older debian #3951

Closed donoghuc closed 4 months ago

donoghuc commented 5 months ago

There seems to have been a regression whereby installing java as part of puppetserver deps fails due to a file not being found from ca-certificates-java similar to https://github.com/adoptium/installer/issues/105 . This commit explicitly installs ca-certificates-java before installing puppetserver to work around the issue.

austb commented 4 months ago

It looks like we have a real failure in our integration tests with Puppet 6, I will look into that.