nagios: hostgroup_members in hostgroup is not being generated
When trying to create a nagios hostgroup using sub-hostgroups via hostgroup_members, the hostgroup is generated as an empty hostgroup
nagios_hostgroup `a` do
options 'hostgroup_members' => 'x,y,z'
end
generates
define hostgroup {
hostgroup_name a
}
but should generate
define hostgroup {
hostgroup_name a
hostgroup_members x,y,z
}
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 16 (6 by maintainers)
Commits related to this issue
- Found typo within hostgroups_members, issue #501 — committed to sous-chefs/nagios by sbotman 8 years ago
- Found typo within hostgroups_members, issue #501 — committed to sous-chefs/nagios by sbotman 8 years ago
great thanks. I’ll give it a shot later and let you know. On Tue, Oct 11, 2016 at 1:09 PM Sander Botman notifications@github.com wrote: