Add defaults for the state_aggregate config option

This commit is contained in:
Thomas S Hatch 2014-05-06 12:04:06 -06:00
parent f4471c0613
commit 8ae896bd0a

View File

@ -304,6 +304,7 @@ DEFAULT_MINION_OPTS = {
'state_output': 'full',
'state_auto_order': True,
'state_events': False,
'state_aggregate': False,
'acceptance_wait_time': 10,
'acceptance_wait_time_max': 0,
'rejected_retry': False,
@ -451,6 +452,7 @@ DEFAULT_MASTER_OPTS = {
'state_output': 'full',
'state_auto_order': True,
'state_events': False,
'state_aggregate': False,
'search': '',
'search_index_interval': 3600,
'loop_interval': 60,