mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #27477 from terminalmage/issue27217
Don't append role to hash_cachedir
This commit is contained in:
commit
cbcb5475b6
1 changed files with 1 additions and 1 deletions
|
@ -1508,7 +1508,7 @@ class GitBase(object):
|
|||
self.cache_root = os.path.join(self.opts['cachedir'], self.role)
|
||||
self.env_cache = os.path.join(self.cache_root, 'envs.p')
|
||||
self.hash_cachedir = os.path.join(
|
||||
self.cache_root, self.role, 'hash')
|
||||
self.cache_root, 'hash')
|
||||
self.file_list_cachedir = os.path.join(
|
||||
self.opts['cachedir'], 'file_lists', self.role)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue