mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add a sane cache default for minions
This commit is contained in:
parent
d67f6937d7
commit
c9e01a36e7
1 changed files with 1 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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue