summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEzekiel Smithburg <tehgeekmeister@gmail.com>2014-03-14 16:21:37 -0700
committerEzekiel Smithburg <tehgeekmeister@gmail.com>2014-03-14 16:21:37 -0700
commit4859c8968d41380a094c911c7d2db8aad234b480 (patch)
tree8ad17e45ce4c50540f72e2bb0f454dd8669cb23e /README.md
parent2dde12a6bb58d84eff90fb13e120303ac61f8f49 (diff)
Document newly required pkgname option for pip.
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 6aa0c98..444b3b7 100644
--- a/README.md
+++ b/README.md
@@ -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',