diff options
Diffstat (limited to 'manifests/virtualenv.pp')
-rw-r--r-- | manifests/virtualenv.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/virtualenv.pp b/manifests/virtualenv.pp index 7fbf25e..07007fb 100644 --- a/manifests/virtualenv.pp +++ b/manifests/virtualenv.pp @@ -99,6 +99,7 @@ define python::virtualenv ( user => $owner, creates => "${venv_dir}/bin/activate", path => [ '/bin', '/usr/bin', '/usr/sbin' ], + cwd => "/tmp", } if $requirements { |