You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2025. It is now read-only.
I tested the latest Version (3.0.1) with Puppet Enterprise 2021.7, that has an agent compatible with Open Source Puppet 7.20.0, and got deprecation warnings:
# /opt/puppetlabs/puppet/bin/puppet puppetdbquery nodes '(Package["toml"])'
Warning: The method 'Puppet::Network::HttpPool.http_instance' is deprecated. Use Puppet.runtime[:http] instead
(file & line not available)
/opt/puppetlabs/puppet/cache/lib/puppetdb/connection.rb:63: warning: URI.escape is obsolete
[...]
The result war correct, but the deprecations should be considered.