| Puppet Version: 6.28.0 Puppet Server Version: 6.2.0 OS Name/Version: Debian 11 Desired Behavior: Successful output on satisfied dependencies when installing a module Actual Behavior: When installing a puppet module from forge I am getting a confusing dependency errors
╰─± puppet module install stm-bind --version 0.12.0 --modulepath modules |
Notice: Preparing to install into /home/renz/projects/puppet-es/modules ... |
Notice: Downloading from https://forgeapi.puppet.com ... |
Error: Could not install module 'stm-bind' (v0.12.0) |
The requested version cannot satisfy one or more of the following installed modules: |
puppetlabs-stdlib, installed: 8.4.0, expected: >= 5.1.0 < 9.0.0 Use `puppet module install 'stm-bind' --ignore-dependencies` to install only this module |
We have the expected dependency but still outputs us an error. I had to run it with --ignore-dependencies to install it. |