summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/virtualenv.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/virtualenv.pp b/manifests/virtualenv.pp
index ace2a00..b9ab88e 100644
--- a/manifests/virtualenv.pp
+++ b/manifests/virtualenv.pp
@@ -82,6 +82,7 @@ define python::virtualenv (
&& virtualenv -p `which ${python}` ${system_pkgs_flag} ${venv_dir} \
&& ${venv_dir}/bin/pip install ${proxy_flag} --upgrade ${distribute_pkg} pip",
creates => $venv_dir,
+ path => [ '/bin', '/usr/bin', '/usr/sbin' ],
}
if $requirements {