-
-
Notifications
You must be signed in to change notification settings - Fork 246
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
Issues with puppet agent 6.8.0 #401
Comments
Hi @trenta thank you for the report. It looks this issue is confirmed on all Ubuntu versions with Puppet 6 :
All others pass acceptance tests: Can you investigate what is special with Ubuntu and Puppet 6 ? |
I may get time. I wasn't effected by this when all puppet agents where 6.7.2 |
Actually I think the puppet 6.8.0 release notes show the issue. https://puppet.com/docs/puppet/latest/release_notes_puppet.html#virtual-packages-support-for-apt-dpkg
|
Ah yes probably. @trenta can you propose a PR ? |
This bug will probably be resolved by next release of puppet-agent: |
Yes I just saw that this morning. https://puppet.com/docs/puppet/latest/release_notes_puppet.html#puppet-resolved-issues-x.8.1 I've updated and tested and this problem is fixed. |
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
class { 'nodejs': }
What are you seeing
Puppet runs are failing on machines after upgrade to puppet agent 6.8.0 correcting installation
Output log
Notice: /Stage[main]/Nodejs::Install/Package[nodejs]/ensure: created (corrective)
Info: Package nodejs-dev is virtual, defaulting to nodejs
Notice: /Stage[main]/Nodejs::Install/Package[nodejs-dev]/ensure: removed (corrective)
Any additional information you'd like to impart
I haven't looked into this very far yet but it's happening everywhere I use the module and puppet agent has been upgraded to 6.8.0
The text was updated successfully, but these errors were encountered: