mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Change default for runner_returns to True
This commit is contained in:
parent
230c684d4c
commit
6f8984630d
2 changed files with 2 additions and 2 deletions
|
@ -1023,4 +1023,4 @@
|
|||
# Default match type for filtering events tags: startswith, endswith, find, regex, fnmatch
|
||||
#event_match_type: startswith
|
||||
# Save runner returns to the job cache
|
||||
#runner_returns: False
|
||||
#runner_returns: True
|
||||
|
|
|
@ -1323,7 +1323,7 @@ DEFAULT_MASTER_OPTS = {
|
|||
'event_return_whitelist': [],
|
||||
'event_return_blacklist': [],
|
||||
'event_match_type': 'startswith',
|
||||
'runner_returns': False,
|
||||
'runner_returns': True,
|
||||
'serial': 'msgpack',
|
||||
'state_verbose': True,
|
||||
'state_output': 'full',
|
||||
|
|
Loading…
Add table
Reference in a new issue