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 => $zabbix_url, zabbix_version => '4.2', manage_resources => true, listenip => 'eth0', agent_use_ip => true, zbx_templates => 'Our Template Linux', zbx_groups => ['example.com', 'example.com-tests'] }
/Stage[main]/Zabbix::Resources::Web/Zabbix_host[test-1.dev.example.com]/groups: change from ['Linux servers', 'Test Group1', 'example.com'] to ['e', 'x', 'a', 'm', 'p', 'l', 'e', '.', 'c', 'o', 'm'] failed:
I expect to add host to Host Groups based on elements in array, not letters of elements of array
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
I expect to add host to Host Groups based on elements in array, not letters of elements of array
The text was updated successfully, but these errors were encountered: