voxpupuli / puppet-zabbix

Puppet module for creating and maintaining zabbix components with puppet.
https://forge.puppet.com/puppet/zabbix
Apache License 2.0
80 stars 228 forks source link

DenyKey active by default even if denykey => undef, #812

Closed tunisiano187 closed 2 years ago

tunisiano187 commented 2 years ago

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

class { 'zabbix::agent': server => 'xxxx', denykey => undef, }

What are you seeing

DenyKey not recognised at start of the zabbix-agent

What behaviour did you expect instead

when using denykey => undef, don't have it in the config file

Output log

Any additional information you'd like to impart