summaryrefslogtreecommitdiff
path: root/manifests/virtualenv.pp
diff options
context:
space:
mode:
authorSergey Stankevich <stankevich@users.noreply.github.com>2014-07-18 16:31:17 -0400
committerSergey Stankevich <stankevich@users.noreply.github.com>2014-07-18 16:31:17 -0400
commitf01567c877e574264bd9b8816f640203b0e563b0 (patch)
treeca3e599276e4a0d89f41863cb4618502e32d15ad /manifests/virtualenv.pp
parent55bad98e18d5f696db68b9a2a64c3c0a2efbc263 (diff)
parent2865f4fb87ea7e5831ed497ddb90999f83913b7e (diff)
Merge pull request #93 from wimh/master
allow to specify directory from which to run the "pip install" command
Diffstat (limited to 'manifests/virtualenv.pp')
-rw-r--r--manifests/virtualenv.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/virtualenv.pp b/manifests/virtualenv.pp
index 419e2ae..769c5a8 100644
--- a/manifests/virtualenv.pp
+++ b/manifests/virtualenv.pp
@@ -154,6 +154,7 @@ define python::virtualenv (
proxy => $proxy,
owner => $owner,
group => $group,
+ cwd => $cwd,
require => Exec["python_virtualenv_${venv_dir}"],
}
}