Skip to content

Commit

Permalink
pip log option. Fixes #28
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Stankevich committed Oct 19, 2013
1 parent c3e395e commit 581d3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/pip.pp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
case $ensure {
present: {
exec { "pip_install_${name}":
command => "$pip_env --log-file ${cwd}/pip.log install $install_args ${proxy_flag} ${source}",
command => "$pip_env --log ${cwd}/pip.log install $install_args ${proxy_flag} ${source}",
unless => "$pip_env freeze | grep -i -e ${grep_regex}",
user => $owner,
environment => $environment,
Expand Down

0 comments on commit 581d3fa

Please sign in to comment.