mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Adding some default outputters for the test module
This commit is contained in:
parent
bd985555df
commit
69e2d12a67
@ -11,7 +11,14 @@ __opts__ = {
|
||||
}
|
||||
# Load the outputters for the module
|
||||
__outputter__ = {
|
||||
'outputter': 'txt'
|
||||
'echo': 'txt',
|
||||
'ping': 'txt',
|
||||
'fib': 'yaml',
|
||||
'version': 'txt',
|
||||
'collatz': 'yaml',
|
||||
'conf_test': 'txt',
|
||||
'get_opts': 'yaml',
|
||||
'outputter': 'txt',
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user