voxpupuli / puppet-zabbix

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

Provide correct gpgkey for RHEL family, version > 8. #861

Closed Joshua-Snapp closed 1 year ago

Joshua-Snapp commented 1 year ago

Pull Request (PR) description

This change provides the correct gpgkey for RHEL family operating systems newer than version 8.

The new gpgkey works for both the "zabbix" and the "zabbix_nonsupported" repos.

This was successfully tested on RHEL 9.

This Pull Request (PR) fixes the following issues

Fixes #858

Joshua-Snapp commented 1 year ago

@root-expert Some of the tests are failing. Can you tell if it has to do with my code? Or are the failures caused by preexisting conditions.

root-expert commented 1 year ago

@Joshua-Snapp specs failures seems unrelated, something's broken in postgresql's master branch probably.

Please rebase with our master branch before merging.