Skip to content

Commit 7182643

Browse files
committed
Added path to ensure mkdir and virtualenv are found.
1 parent b1aa319 commit 7182643

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

manifests/virtualenv.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
&& virtualenv -p `which ${python}` ${system_pkgs_flag} ${venv_dir} \
8383
&& ${venv_dir}/bin/pip install ${proxy_flag} --upgrade ${distribute_pkg} pip",
8484
creates => $venv_dir,
85+
path => [ '/bin', '/usr/bin', '/usr/sbin' ],
8586
}
8687

8788
if $requirements {

0 commit comments

Comments
 (0)