We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class { 'zabbix::agent': server => 'xxxx', denykey => undef, }
DenyKey not recognised at start of the zabbix-agent
when using denykey => undef, don't have it in the config file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: