Add extension_modules to the default config list

This commit is contained in:
Thomas S Hatch 2014-09-22 13:56:55 -06:00
parent ce6475689c
commit 2b8e3c82d3

View File

@ -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,