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 ran into an issue recently where I had puppetlabs-concat in my Puppetfile and it was being required by puppetlabs-haproxy. The HA Proxy module had a setting of:
This threw librarian-puppet into an endless loop of trying to resolve the dependencies on puppetlabs-haproxy and install an updated version of puppetlabs-concat. For the time being I resolved this by locking my Puppetfile puppetlabs-concat to version 1.2.2, but librarian-puppet should report on these types of problems and/or crash out of an endless loop
The text was updated successfully, but these errors were encountered:
can you post more information? complete Puppetfile, verbose logs, versions?
working fine here with the latest version
Conflict between puppetlabs-concat (< 2.0.0, >= 1.1.0) <https://forgeapi.puppetlabs.com> and puppetlabs-concat/2.0.1 <https://forgeapi.puppetlabs.com>
Could not resolve the dependencies.
I ran into an issue recently where I had puppetlabs-concat in my Puppetfile and it was being required by puppetlabs-haproxy. The HA Proxy module had a setting of:
My Puppetfile was set to:
This threw librarian-puppet into an endless loop of trying to resolve the dependencies on puppetlabs-haproxy and install an updated version of puppetlabs-concat. For the time being I resolved this by locking my Puppetfile puppetlabs-concat to version 1.2.2, but librarian-puppet should report on these types of problems and/or crash out of an endless loop
The text was updated successfully, but these errors were encountered: