diff options
author | Sergey Stankevich <stankevich@users.noreply.github.com> | 2014-06-17 19:24:03 -0400 |
---|---|---|
committer | Sergey Stankevich <stankevich@users.noreply.github.com> | 2014-06-17 19:24:03 -0400 |
commit | c7ee276831ebb7f9e3bd537e8b4b6943233f27c3 (patch) | |
tree | 6054631f7836e073b6196f56646cad53f877c95c | |
parent | 4c21614ec7b05c6c69760ace849ef3b7e54ba750 (diff) | |
parent | e7a48690fc2597a11a566b74f13c82aa48e9511b (diff) |
Merge pull request #88 from GaleDragon/master
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -124,6 +124,8 @@ Creates Python virtualenv. **distribute** - Include distribute in the virtualenv. Default: true +**venv_dir** - The location of the virtualenv if resource path not specified. Must be absolute path. Default: resource name + **owner** - Specify the owner of this virtualenv **group** - Specify the group for this virtualenv @@ -142,6 +144,7 @@ Creates Python virtualenv. proxy => 'http://proxy.domain.com:3128', systempkgs => true, distribute => false, + venv_dir => '/home/appuser/virtualenvs', owner => 'appuser', group => 'apps', cwd => '/var/www/project1', |