voxpupuli / puppet-firewalld

Puppet module for managing firewalld
Apache License 2.0
40 stars 77 forks source link

Running Puppet 5.3.6 on Centos 7.6 new install Error: Could not install module 'crayfishx-firewalld' (???) No version of 'crayfishx-firewalld' can satisfy all dependencies #198

Open Reedler01 opened 5 years ago

Reedler01 commented 5 years ago

FYI. When i try to install the module I get the error below. I was able to install using ignore-dependencies and the module is working correctly.

puppet module install crayfishx-firewalld --version 3.4.0 Notice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ... Notice: Downloading from https://forgeapi.puppet.com ... Error: Could not install module 'crayfishx-firewalld' (???) No version of 'crayfishx-firewalld' can satisfy all dependencies Use puppet module install --ignore-dependencies to install only this module

Below are the modules I have installed. I reviewed the dependencies stdlib 5.0.0. I have stdlib v5.1.0 installed and is required by other modules.

/etc/puppetlabs/code/environments/production/modules ├── puppetlabs-inifile (v2.5.0) ├── puppetlabs-ntp (v7.3.0) ├── puppetlabs-puppet_agent (v0.1.0) ├── puppetlabs-stdlib (v5.1.0) └── puppetlabs-translate (v1.2.0) /etc/puppetlabs/code/environments/common (no modules installed) /etc/puppetlabs/code/modules (no modules installed) /opt/puppetlabs/puppet/modules (no modules installed) /usr/share/puppet/modules (no modules installed)

clevelas commented 5 years ago

Would be great to get this updated to support newer stdlib and puppet 6