| According to the release notes, Java 11 is the preferred version and Java 8 is considered deprecated. Yet, the deb package still tries to pull Java 8:
# apt-cache show puppetdb | head | grep -E '^(Package|Version|Depends):' |
Package: puppetdb |
Version: 6.11.0-1bionic |
Depends: openjdk-8-jre-headless, bash, net-tools, adduser, procps, puppet-agent (>= 5.99.0)
|
|