summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames Carr <james.r.carr@gmail.com>2013-05-30 22:30:15 -0500
committerJames Carr <james.r.carr@gmail.com>2013-05-30 22:30:15 -0500
commiteec58589feaaafd6e3f4e8500df48f5ed833bbdf (patch)
treef4d6975b4f7fee0d5c90f308cd43f6850f63099e /README.md
parent92519602dfe62d2305c40a34b6edbdb02372924d (diff)
Added owner and group params for virtualenv.
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