mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Add extension_modules to the default config list
This commit is contained in:
parent
ce6475689c
commit
2b8e3c82d3
@ -290,6 +290,7 @@ DEFAULT_MINION_OPTS = {
|
||||
'failhard': False,
|
||||
'autoload_dynamic_modules': True,
|
||||
'environment': None,
|
||||
'extension_modules': os.path.join(salt.syspaths.CACHE_DIR, 'extmods'),
|
||||
'state_top': 'top.sls',
|
||||
'startup_states': '',
|
||||
'sls_list': [],
|
||||
@ -479,6 +480,7 @@ DEFAULT_MASTER_OPTS = {
|
||||
'client_acl_blacklist': {},
|
||||
'external_auth': {},
|
||||
'token_expire': 43200,
|
||||
'extension_modules': os.path.join(salt.syspaths.CACHE_DIR, 'extmods'),
|
||||
'file_recv': False,
|
||||
'file_recv_max_size': 100,
|
||||
'file_buffer_size': 1048576,
|
||||
|
Loading…
Reference in New Issue
Block a user