summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index aafff6a..5a4c8b5 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,11 @@ Creates Python virtualenv.
**distribute** — Include distribute in the virtualenv. Default: true
+** owner ** - specify the owner of this virtualenv
+
+** group ** - specify the group for this virtualenv
+
+
python::virtualenv { '/var/www/project1':
ensure => present,
version => 'system',
@@ -77,6 +82,8 @@ Creates Python virtualenv.
proxy => 'http://proxy.domain.com:3128',
systempkgs => true,
distribute => false,
+ owner => 'appuser',
+ group => 'apps',
}
### python::gunicorn