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
I actually had a look into this as I hit the same issue, but it's actually in the upstream library rather than this gem and seemed a little complicated to solve, unfortunately.
I ended up making a quick script to show all the dependencies from a Puppetfile, then use that to help show where the conflicts come from, not perfect but maybe it will help someone else? https://github.com/petems/puppet-module-dependancy-lister
When trying
librarian-puppet update
it's really complicated to find out the cause of all the conflict. The error message is not helpful at all:even when running with verbose flag:
it's not clear which module requested which version. Would it be possible to print that information?
e.g.
The text was updated successfully, but these errors were encountered: