voxpupuli / puppet-zabbix

Puppet module for creating and maintaining zabbix components with puppet.

Home Page:https://forge.puppet.com/puppet/zabbix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

puppet aio dependency in acceptanse test

Valantin opened this issue · comments

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: system package
  • Ruby:
  • Distribution: Debian 12
  • Module version: 9.2.0

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