puppetdb termini uses deprecated in puppet 6.8.0 function, causing a warning:
Warning: Puppet::SSL::Host is deprecated and will be removed in a future release of Puppet.
(location: /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/ssl/host.rb:235:in `initialize')
Thanks Vadym Chepkov. It's coming from https://github.com/puppetlabs/puppetlabs-puppetdb/blob/8329c6c7152655112d3c996ce95434e219718ea3/lib/puppet/util/puppetdb_validator.rb#L28. This is an issue in the puppetdb module used to configure puppetdb.
Austin Blatt should this be moved to MODULES or stay in PDB?