mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Add defaults for the state_aggregate config option
This commit is contained in:
parent
f4471c0613
commit
8ae896bd0a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user