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

On RHEL systems do not try to install the centos-release-scl package as its not present and fails #843

Closed anthonysomerset closed 9 months ago

anthonysomerset commented 1 year ago

Pull Request (PR) description

On RHEL systems do not try to install the centos-release-scl package as its not present and fails it

I chose to specifically chose to exclude Red Hat rather than to only trigger when CentOS is detected, i am unclear if the scl release will install on other variants like Rocky or AlmaLinux or not - and figured it was safer to only deal with the specific use case - otherwise this could be changed if required

This Pull Request (PR) fixes the following issues

Fixes #823

feltra commented 11 months ago

Any update on this ?

anthonysomerset commented 10 months ago

the failing check appears to be on unrelated code?

evgeni commented 9 months ago

this has been fixed as part of #887