mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
change engine loader to be raw, no filter func
This commit is contained in:
parent
62e0ecb78e
commit
99ea2bafe9
@ -150,10 +150,9 @@ def engines(opts):
|
||||
'''
|
||||
Return the master services plugins
|
||||
'''
|
||||
ret = LazyLoader(_module_dirs(opts, 'engines', 'engines'),
|
||||
return LazyLoader(_module_dirs(opts, 'engines', 'engines'),
|
||||
opts,
|
||||
tag='engines')
|
||||
return FilterDictWrapper(ret, 'start')
|
||||
|
||||
|
||||
def proxy(opts, functions, whitelist=None):
|
||||
|
Loading…
Reference in New Issue
Block a user