mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
grains_deep_merge default value
This commit is contained in:
parent
03fe8c7885
commit
af6d37caaf
@ -798,6 +798,7 @@ DEFAULT_MINION_OPTS = {
|
||||
'cache_jobs': False,
|
||||
'grains_cache': False,
|
||||
'grains_cache_expiration': 300,
|
||||
'grains_deep_merge': False,
|
||||
'conf_file': os.path.join(salt.syspaths.CONFIG_DIR, 'minion'),
|
||||
'sock_dir': os.path.join(salt.syspaths.SOCK_DIR, 'minion'),
|
||||
'backup_mode': '',
|
||||
|
Loading…
Reference in New Issue
Block a user