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

zabbix::proxy on 10.0.0 fails to build

dkelbley1 opened this issue · comments

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: 8.5.1
  • Ruby: 3.0.2p107
  • Distribution: Ubuntu 22.04 LTS
  • Module version: 10.0.0

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

When running zabbix::proxy based on the following code:

node 'zabbix-proxy' {
class { 'zabbix::proxy':
zabbix_server_host => '172.1.1.2',
database_type => 'mysql',
}
}

What are you seeing

What behaviour did you expect instead

Output log

Any additional information you'd like to impart

Issue resolved