voxpupuli / puppet-zabbix

Puppet module for creating and maintaining zabbix components with puppet.
https://forge.puppet.com/puppet/zabbix
Apache License 2.0
79 stars 228 forks source link

Drop support for Puppet 6 #841

Closed smortex closed 1 year ago

smortex commented 1 year ago

This module install gems using the puppet_gem provider in the gempath of the version of Ruby bundled with Puppet. Puppet 6 bundle Ruby 2.5 which has reached EoL on 2022-04-05, and the gems the module needs depend on gems that do not offer support for this version of Ruby anymore.

This break CI and the situation has no reason to improve in the future, so stop advertising support for Puppet 6.

This PR also include: