mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
don't load the schedule from the master config
This commit is contained in:
parent
e99f27a42e
commit
1a65069ed4
@ -46,7 +46,7 @@ class Schedule(object):
|
||||
Return the schedule data structure
|
||||
'''
|
||||
if 'config.option' in self.functions:
|
||||
return self.functions['config.option'](opt, {})
|
||||
return self.functions['config.option'](opt, {}, omit_master=True)
|
||||
return self.opts.get(opt, {})
|
||||
|
||||
def handle_func(self, func, data):
|
||||
|
Loading…
Reference in New Issue
Block a user