No version of 'saz-timezone' can satisfy all dependencies
Closed this issue · 2 comments
vmpr commented
hi,
I've tried to install the module but it will not work:
puppet module install saz-timezone --version 5.1.1
Notice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ...
Notice: Downloading from https://forgeapi.puppet.com ...
Error: Could not install module 'saz-timezone' (???)
No version of 'saz-timezone' can satisfy all dependencies
Use `puppet module install --ignore-dependencies` to install only this module
this is installed at the moment:
puppet module list
/etc/puppetlabs/code/environments/production/modules
├── chrekh-hosts (v2.4.0)
├── fraenki-sshkeys (v0.9.3)
├── puppet-selinux (v1.6.1)
├── puppetlabs-ntp (v7.4.0)
├── puppetlabs-stdlib (v5.2.0)
├── saz-rsyslog (v5.0.0)
├── saz-timezone (v5.1.1)
├── stahnma-epel (v1.3.1)
└── stm-debconf (v2.3.0)
puppet --version
5.5.14
I can't find a dependencies issue? any ideas whats wrong?
If i try to install it without an specific version, it will install version 2:
puppet module install saz-timezone
Notice: Preparing to install into /etc/puppetlabs/code/environments/production/modules ...
Notice: Downloading from https://forgeapi.puppet.com ...
Notice: Installing -- do not interrupt ...
/etc/puppetlabs/code/environments/production/modules
└── saz-timezone (v2.0.0)
thanks for your help!
cheers, Ringo
saz commented
should be fixed with the current master
vmpr commented
works like a charm now +1