mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #46452 from gtmanfred/spm_cache_dir
make spm cache_dir instead of all cachedirs
This commit is contained in:
commit
2886dca88f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class SPM(parsers.SPMParser):
|
|||
self.parse_args()
|
||||
self.setup_logfile_logger()
|
||||
v_dirs = [
|
||||
self.config['cachedir'],
|
||||
self.config['spm_cache_dir'],
|
||||
]
|
||||
verify_env(v_dirs,
|
||||
self.config['user'],
|
||||
|
|
Loading…
Add table
Reference in a new issue