summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6289fdb..816610d 100644
--- a/README.md
+++ b/README.md
@@ -66,12 +66,15 @@ Creates Python virtualenv.
**systempkgs** — Copy system site-packages into virtualenv. Default: don't
+**distribute** — Include distribute in the virtualenv. Default: true
+
python::virtualenv { '/var/www/project1':
ensure => present,
version => 'system',
requirements => '/var/www/project1/requirements.txt',
proxy => 'http://proxy.domain.com:3128',
systempkgs => true,
+ distribute => false,
}
### python::gunicorn