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

DenyKey active by default even if denykey => undef,

tunisiano187 opened this issue · comments

  • Puppet: 7.5
  • Ruby: ?
  • Distribution: Ubuntu
  • Module version: latest

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