mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add a sane cache default for cloud
This commit is contained in:
parent
c9e01a36e7
commit
aee40648ec
1 changed files with 1 additions and 0 deletions
|
@ -1489,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