mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Add outputter function to loader
This commit is contained in:
parent
90f234578a
commit
da46c236b3
@ -111,6 +111,14 @@ def tops(opts):
|
||||
return load.filter_func('top')
|
||||
|
||||
|
||||
def outputters(opts):
|
||||
'''
|
||||
Returns the returner modules
|
||||
'''
|
||||
load = _create_loader(opts, 'output', 'output')
|
||||
return load.filter_func('output')
|
||||
|
||||
|
||||
def auth(opts):
|
||||
'''
|
||||
Returns the returner modules
|
||||
|
Loading…
Reference in New Issue
Block a user