summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVik Bhatti <vik@vikbhatti.com>2013-10-15 15:29:37 +0100
committerVik Bhatti <vik@vikbhatti.com>2013-10-15 15:29:37 +0100
commite7b0e1475daaf778861220835a01c7c6f699a2b8 (patch)
tree3e72d9997468df91fa8fb7fdc976e3a839dc3d7f /README.md
parentf7718f0d9b6184328a301dbcbbd6e5346c8c1f0a (diff)
Updated readme to include install and uninstall args
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b8544f4..a259470 100644
--- a/README.md
+++ b/README.md
@@ -62,6 +62,10 @@ Installs and manages packages from pip.
**egg** - The egg name to use. Default: $name of the class, e.g. cx_Oracle
+**install_args** - Array of additional flags to pass to pip during installaton. Default: none
+
+**uninstall_args** - Array of additional flags to pass to pip during uninstall. Default: none
+
python::pip { 'cx_Oracle':
virtualenv => '/var/www/project1',
owner => 'appuser',