Change default for runner_returns to True

This commit is contained in:
Erik Johnson 2016-08-31 18:44:51 -05:00
parent 230c684d4c
commit 6f8984630d
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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',