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 a7b00d5..ba4b766 100644
--- a/README.md
+++ b/README.md
@@ -64,11 +64,14 @@ Creates Python virtualenv.
**proxy** — Proxy server to use for outbound connections. Default: none
+**systempkgs** — Copy system site-packages into virtualenv. Default: don't
+
python::virtualenv { '/var/www/project1':
ensure => present,
version => 'system',
requirements => '/var/www/project1/requirements.txt',
proxy => 'http://proxy.domain.com:3128',
+ systempkgs => true,
}
### python::gunicorn