Skip to content

Commit 413737a

Browse files
committed
test: output log
1 parent da45f01 commit 413737a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/pyvenv.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
}
9595

9696
exec { "python_virtualenv_${venv_dir}":
97-
command => "${virtualenv_cmd} --clear ${system_pkgs_flag} ${prompt_arg} ${venv_dir} && ${pip_cmd} --log ${venv_dir}/pip.log install ${pip_upgrade} && ${pip_cmd} --log ${venv_dir}/pip.log install --upgrade setuptools",
97+
command => "${virtualenv_cmd} --clear ${system_pkgs_flag} ${prompt_arg} ${venv_dir} && ${pip_cmd} --log ${venv_dir}/pip.log install ${pip_upgrade} && ${pip_cmd} --log ${venv_dir}/pip.log install --upgrade setuptools && cat ${venv_dir}/pip.log",
9898
user => $owner,
9999
creates => "${venv_dir}/bin/activate",
100100
path => $_path,

0 commit comments

Comments
 (0)