summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSergey Stankevich <stankevich@users.noreply.github.com>2014-05-07 14:28:37 -0400
committerSergey Stankevich <stankevich@users.noreply.github.com>2014-05-07 14:28:37 -0400
commit464867002be22045a69848a41304659ee3f16a2c (patch)
treeb1390e9d2c09042deb34d7998f75a3ff4535d081 /README.md
parent33e6b54cca73c7717b9965a083b9154dd7441b36 (diff)
parent95747cdbb5e5e7378fd2a8f74a01f0d44bf90e74 (diff)
Merge pull request #84 from swpecht/master
Adds a timeout option to python::pip installations
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 444b3b7..3632cd8 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,8 @@ Installs and manages packages from pip.
**uninstall_args** - Array of additional flags to pass to pip during uninstall. Default: none
+**timeout** - Timeout for the pip install command. Defaults to 1800.
+
python::pip { 'cx_Oracle':
pkgname => 'cx_Oracle',
virtualenv => '/var/www/project1',
@@ -77,6 +79,7 @@ Installs and manages packages from pip.
proxy => 'http://proxy.domain.com:3128',
environment => 'ORACLE_HOME=/usr/lib/oracle/11.2/client64',
install_args => ['-e'],
+ timeout => 1800,
}
### python::requirements