diff options
author | Ezekiel Smithburg <tehgeekmeister@gmail.com> | 2014-03-14 16:21:37 -0700 |
---|---|---|
committer | Ezekiel Smithburg <tehgeekmeister@gmail.com> | 2014-03-14 16:21:37 -0700 |
commit | 4859c8968d41380a094c911c7d2db8aad234b480 (patch) | |
tree | 8ad17e45ce4c50540f72e2bb0f454dd8669cb23e | |
parent | 2dde12a6bb58d84eff90fb13e120303ac61f8f49 (diff) |
Document newly required pkgname option for pip.
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,8 @@ Installs and manages python, python-dev, python-virtualenv and Gunicorn. Installs and manages packages from pip. +**pkgname** - the name of the package to install. Required. + **ensure** - present/latest/absent. Default: present **virtualenv** - virtualenv to run pip in. Default: system (no virtualenv) @@ -69,6 +71,7 @@ Installs and manages packages from pip. **uninstall_args** - Array of additional flags to pass to pip during uninstall. Default: none python::pip { 'cx_Oracle': + pkgname => 'cx_Oracle', virtualenv => '/var/www/project1', owner => 'appuser', proxy => 'http://proxy.domain.com:3128', |