mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 00:55:19 +00:00
Never forget specifying which saltenv
we're using.
This commit is contained in:
parent
f762a9f41f
commit
631001a6f7
@ -338,6 +338,7 @@ def installed(name,
|
||||
cwd=cwd,
|
||||
activate=activate,
|
||||
pre_releases=pre_releases,
|
||||
saltenv=__env__
|
||||
)
|
||||
|
||||
if pip_install_call and (pip_install_call.get('retcode', 1) == 0):
|
||||
|
Loading…
Reference in New Issue
Block a user