summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVik Bhatti <vik@vikbhatti.com>2013-10-15 15:23:42 +0100
committerVik Bhatti <vik@vikbhatti.com>2013-10-15 15:23:42 +0100
commitf7718f0d9b6184328a301dbcbbd6e5346c8c1f0a (patch)
treef1c4c4ce82aa7fc24fac4d0b55dc6d9f8f3d08e2 /README.md
parentb84a20709beecc417893fdee4e25060ea63fab21 (diff)
Updated docs to include egg param
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7fa9dac..b8544f4 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,8 @@ Installs and manages packages from pip.
**environment** - Additional environment variables required to install the packages. Default: none
+**egg** - The egg name to use. Default: $name of the class, e.g. cx_Oracle
+
python::pip { 'cx_Oracle':
virtualenv => '/var/www/project1',
owner => 'appuser',