Fix broken keyword

This commit is contained in:
Mike Place 2015-07-14 12:40:07 -06:00
parent 2a1dd1113f
commit cc514938a8

View file

@ -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