mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Add environment to virtual requirements file cache
This commit is contained in:
parent
c58db1a66e
commit
2af5753549
@ -56,7 +56,7 @@ def managed(name,
|
||||
# Bail out early if the specified requirements file can't be found
|
||||
if requirements:
|
||||
orig_path = requirements
|
||||
requirements = __salt__['cp.cache_file'](requirements)
|
||||
requirements = __salt__['cp.cache_file'](requirements, __env__)
|
||||
|
||||
if not requirements:
|
||||
ret.update({
|
||||
|
Loading…
Reference in New Issue
Block a user