mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix variable name
This commit is contained in:
parent
7aaa3295df
commit
7078250842
@ -592,7 +592,7 @@ class Minion(MinionBase):
|
||||
'module \'{0}\''.format(opts['master']))
|
||||
log.error(msg)
|
||||
sys.exit(1)
|
||||
log.info('Evaluated master from module: {0}'.format(mod_master))
|
||||
log.info('Evaluated master from module: {0}'.format(master_mod))
|
||||
|
||||
# if failover is set, master has to be of type list
|
||||
elif opts['master_type'] == 'failover':
|
||||
|
Loading…
Reference in New Issue
Block a user