Failed installation of puppet-squid claiming dependency resolution cannot succeed.
What behaviour did you expect instead
puppet-squid installation should succeed.
Output log
Notice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ...
Notice: Downloading from https://forgeapi.puppet.com ...
Error: Could not install module 'puppet-squid' (???)
No version of 'puppet-squid' can satisfy all dependencies
Use `puppet module install --ignore-dependencies` to install only this module
Any additional information you'd like to impart
puppetlabs-stdlib 6.0.0 was just released today so not surprising and will require testing. It does not appear to be a problem with the direct dependency claim in the puppet-squid metadata. It can be resolved by downgrading puppetlabs-stdlib to 5.2.0 and re-trying installation.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Failed installation of
puppet-squid
claiming dependency resolution cannot succeed.What behaviour did you expect instead
puppet-squid
installation should succeed.Output log
Any additional information you'd like to impart
puppetlabs-stdlib
6.0.0 was just released today so not surprising and will require testing. It does not appear to be a problem with the direct dependency claim in thepuppet-squid
metadata. It can be resolved by downgradingpuppetlabs-stdlib
to 5.2.0 and re-trying installation.The release notes don't look scary but there are a number of commits behind the major version change.