diff options
author | Vik Bhatti <vik@vikbhatti.com> | 2013-10-15 15:29:37 +0100 |
---|---|---|
committer | Vik Bhatti <vik@vikbhatti.com> | 2013-10-15 15:29:37 +0100 |
commit | e7b0e1475daaf778861220835a01c7c6f699a2b8 (patch) | |
tree | 3e72d9997468df91fa8fb7fdc976e3a839dc3d7f | |
parent | f7718f0d9b6184328a301dbcbbd6e5346c8c1f0a (diff) |
Updated readme to include install and uninstall args
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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', |