mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fixed lint comment
This commit is contained in:
parent
a2d77c4f87
commit
b28d0b3b45
@ -57,7 +57,7 @@ class SaltEvent(object):
|
||||
|
||||
if self.node == 'master':
|
||||
lanename = 'master'
|
||||
elif self.node in ['minion', 'syndic', 'call']: # see daemons.APPL_KINDS
|
||||
elif self.node in ['minion', 'syndic', 'call']: # see daemons.APPL_KINDS
|
||||
role = self.opts.get('id', '') # opts required for minion
|
||||
if not role:
|
||||
emsg = ("Missing role required to setup RAET SaltEvent.")
|
||||
|
Loading…
Reference in New Issue
Block a user