| Puppet Version: 6.27.1-1buster Puppet Server Version: 6.19.0-1buster OS Name/Version: debian 10 When i try to install a module:
puppet2018:[~]: puppet module install puppet-yum |
Notice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ... |
Notice: Downloading from https://forgeapi.puppet.com ... Error: Could not install module 'puppet-yum' (v5.4.0) |
The requested version cannot satisfy one or more of the following installed modules: |
puppetlabs-concat, installed: 7.2.0, expected: >= 1.2.5 < 8.0.0 |
i have an error than should not be an error has 7.2.0 is < 8.0.0 and > to 1.2.5. Desired Behavior: should install the module or give a real error Actual Behavior: i have an error than should not be an error has 7.2.0 is < 8.0.0 and > to 1.2.5. best regards, Ghislain. |