summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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',