mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #38661 from techhat/sanedefault
Add sane cache defaults for minion and cloud
This commit is contained in:
commit
79663132dd
1 changed files with 2 additions and 0 deletions
|
@ -1175,6 +1175,7 @@ DEFAULT_MINION_OPTS = {
|
|||
'proxy_port': 0,
|
||||
'minion_jid_queue_hwm': 100,
|
||||
'ssl': None,
|
||||
'cache': 'localfs',
|
||||
}
|
||||
|
||||
DEFAULT_MASTER_OPTS = {
|
||||
|
@ -1488,6 +1489,7 @@ DEFAULT_CLOUD_OPTS = {
|
|||
'log_fmt_logfile': _DFLT_LOG_FMT_LOGFILE,
|
||||
'log_granular_levels': {},
|
||||
'bootstrap_delay': None,
|
||||
'cache': 'localfs',
|
||||
}
|
||||
|
||||
DEFAULT_API_OPTS = {
|
||||
|
|
Loading…
Add table
Reference in a new issue