mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #16896 from thatch45/jacksontj-2014.7-config
Merge #16889 with fixes
This commit is contained in:
commit
7bff44726a
@ -93,6 +93,7 @@ def unpack_ext(ext_path):
|
||||
'var',
|
||||
'cache',
|
||||
'salt',
|
||||
'minion',
|
||||
'extmods')
|
||||
tfile = tarfile.TarFile.gzopen(ext_path)
|
||||
tfile.extractall(path=modcache)
|
||||
|
@ -292,7 +292,7 @@ DEFAULT_MINION_OPTS = {
|
||||
'failhard': False,
|
||||
'autoload_dynamic_modules': True,
|
||||
'environment': None,
|
||||
'extension_modules': os.path.join(salt.syspaths.CACHE_DIR, 'extmods'),
|
||||
'extension_modules': '',
|
||||
'state_top': 'top.sls',
|
||||
'startup_states': '',
|
||||
'sls_list': [],
|
||||
|
Loading…
Reference in New Issue
Block a user