Allow for hosts without class(s)
This commit is contained in:
parent
b39960484f
commit
c72f5ccd86
|
@ -26,6 +26,7 @@ found = False
|
||||||
classes = dict()
|
classes = dict()
|
||||||
for reg, cls in rules.items():
|
for reg, cls in rules.items():
|
||||||
if re.search(reg, node_name):
|
if re.search(reg, node_name):
|
||||||
|
if cls:
|
||||||
classes.update(cls)
|
classes.update(cls)
|
||||||
found = True
|
found = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue