mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix broken keyword
This commit is contained in:
parent
2a1dd1113f
commit
cc514938a8
1 changed files with 1 additions and 1 deletions
|
@ -686,7 +686,7 @@ class Minion(MinionBase):
|
|||
(possibly failed) master will then be removed from the list of masters.
|
||||
'''
|
||||
# check if master_type was altered from its default
|
||||
if opts['master_type'] != 'str':
|
||||
if opts['master_type'] != 'standard':
|
||||
# check for a valid keyword
|
||||
if opts['master_type'] == 'func':
|
||||
# split module and function and try loading the module
|
||||
|
|
Loading…
Add table
Reference in a new issue