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 229 forks source link

puppet aio dependency in acceptanse test #923

Open Valantin opened 4 months ago

Valantin commented 4 months ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

Run accettante test on debian12

What are you seeing

During container setup on debian-12 it try to install a non existing puppet-release-bookworm.deb In ci job it use disto puppet version but the acceptance job have a builtin script to cleanup that require aio puppet to uninstall zabbixapi gem from aio gem binary

What behaviour did you expect instead

Skip acceptance test if not puppet aio fact aio_puppet_version not present

Or set provider to gem instead puppet_gem and use the same to clean the system.

Output log

Any additional information you'd like to impart