-
-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependencies need update #453
Comments
Hi @fox887, thanks for this issue. are you able to provide a patch for this? |
Most of these except for maybe concat should be soft, soft and soft dependencies #330 |
I have changed the metadata.json manually to use the versions I have installed on my server and couldn't find any problem. puppetlabs-apache' (v2.1.0) I need more time to take a look at the code more deeply and check the changelog of those modules to understand what they have changed. |
Fixes voxpupuli#453 We test against the latest versions and we've had reports that people are successfully using this module with recent versions of apache/concat/apt etc. Some dependencies should probably be removed as they are 'soft' dependencies. This would at least need a README update though. For now, this commit is probably good enough to be worth merging.
Many modules were upgraded but puppet-zabbix is incompatible with some dependencies.
Warning: Module 'puppetlabs-apache' (v2.1.0) fails to meet some dependencies:
'puppet-zabbix' (v5.0.0) requires 'puppetlabs-apache' (>= 1.6.0 < 2.0.0)
Warning: Module 'puppetlabs-apt' (v4.1.0) fails to meet some dependencies:
'puppet-zabbix' (v5.0.0) requires 'puppetlabs-apt' (>= 2.1.0 < 3.0.0)
Warning: Module 'puppetlabs-concat' (v4.0.1) fails to meet some dependencies:
'puppet-zabbix' (v5.0.0) requires 'puppetlabs-concat' (>= 2.2.1 < 3.0.0)
├──puppet-zabbix (v5.0.0)
├── puppetlabs-apache (v2.1.0) invalid
├── puppetlabs-apt (v4.1.0) invalid
├── puppetlabs-concat (v4.0.1) invalid
The text was updated successfully, but these errors were encountered: