| Puppet Version: 7.15.0 Puppet Server Version: 7.6.1 OS Name/Version: Kubuntu 22.04 I am trying to install eyp-systemd (and to be honest the error below reproduces with many other modules) and getting this weird error: ``` sudo -i puppet module install eyp-systemd Notice: Preparing to install into /home/dimanne/devel/puppet/codedir/environments/production/modules ... Notice: Downloading from https://forgeapi.puppet.com ... Error: Could not install module 'eyp-systemd' (v3.1.0) The requested version cannot satisfy one or more of the following installed modules: puppetlabs-stdlib, installed: 8.1.0, expected: >= 1.0.0 < 9.9.9 Use `puppet module install 'eyp-systemd' --ignore-dependencies` to install only this module ``` Desired Behavior: Module is successfully installed. Even if I am doing something wrong, at the very least, error message is misleading & strange. |