summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Stankevich <stankevich@users.noreply.github.com>2014-03-18 08:32:54 -0400
committerSergey Stankevich <stankevich@users.noreply.github.com>2014-03-18 08:32:54 -0400
commitcfd184d04cb8fabf96638e16246fd753b2c5a78e (patch)
tree8ad17e45ce4c50540f72e2bb0f454dd8669cb23e
parent2dde12a6bb58d84eff90fb13e120303ac61f8f49 (diff)
parent4859c8968d41380a094c911c7d2db8aad234b480 (diff)
Merge pull request #71 from tehgeekmeister/patch-1
Document newly required pkgname option for pip.
-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',