Never forget specifying which saltenv we're using.

This commit is contained in:
Pedro Algarvio 2013-11-12 02:48:18 +00:00
parent f762a9f41f
commit 631001a6f7

View File

@ -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):