-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation notice regarding CompositeIO #91
Comments
A full stack trace is generally speaking more useful. Now it's really guess work. Luckily, I saw it somewhere else which gives me a general idea. I think this comes from the faraday gem, which is pulled in via puppet_forge gem. There is a PR to add support for Faraday 2 which probably solves the deprecation warning. It'd be best to focus the efforts there. |
Thank you for looking into this. The deprecation message is the only additional output I've received. How can I obtain a full stack trace? |
Odd because in voxpupuli/modulesync_config#784 I saw it also report the file location. |
Here's a full sample output:
|
Also, installation is broken with Puppet 6:
|
puppet_forge 4.0.0 adds support for faraday 2, which also requires at least Ruby 2.6.0. Fixes voxpupuli#91
This updates `puppet_forge`, bringing in an updated `faraday` gem in order to remove some deprecation warnings. Fixes voxpupuli#91
This updates `puppet_forge`, bringing in an updated `faraday` gem in order to remove some deprecation warnings. Fixes voxpupuli#91
Ubuntu 20.04 LTS
Install librarian-puppet using Ruby that comes with Puppet 7 (
ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) [x86_64-linux]
):Run
/opt/puppetlabs/puppet/bin/librarian-puppet
The following message is added at the top of any output:
The text was updated successfully, but these errors were encountered: