finally, minimal config is working :)
This commit is contained in:
parent
0bc9b658f4
commit
3bff0302a7
10 changed files with 14 additions and 11 deletions
|
|
@ -240,7 +240,7 @@ class FullConfigParser(ConfigParser):
|
|||
|
||||
#replace object pointer
|
||||
id_list_func = lambda hostgroup: hostgroup.get_members()
|
||||
id_get_func = lambda member: member.id
|
||||
id_get_func = lambda member: member.get_id()
|
||||
self.replace_pointer(hostgroups, members, id_list_func, id_get_func)
|
||||
|
||||
id_list_func = lambda service: service.get_periods()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue