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

Add unit tests to reach 100% resource coverage #871

Closed Phil-Friderici closed 9 months ago

Phil-Friderici commented 1 year ago

Pull Request (PR) description

Add unit tests to reach 100% resource coverage

Phil-Friderici commented 1 year ago

The spec tests all run fine when using puppetlabs/postgresql v7.5.0 instead. The latest version of postgresql introduced a bug that does fail on ArchLinux. I have create the issue#1408 with a description of the problem and @smortex was so kind (merci beaucoup!) to create PR#1410 to get it fixed.

Currently they are working on a fix and I am looking forward for a new fixed release of postgresql that should work well with this code.