Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 4859c89

Browse files
committed
Document newly required pkgname option for pip.
1 parent 2dde12a commit 4859c89

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ Installs and manages python, python-dev, python-virtualenv and Gunicorn.
5050

5151
Installs and manages packages from pip.
5252

53+
**pkgname** - the name of the package to install. Required.
54+
5355
**ensure** - present/latest/absent. Default: present
5456

5557
**virtualenv** - virtualenv to run pip in. Default: system (no virtualenv)
@@ -69,6 +71,7 @@ Installs and manages packages from pip.
6971
**uninstall_args** - Array of additional flags to pass to pip during uninstall. Default: none
7072

7173
python::pip { 'cx_Oracle':
74+
pkgname => 'cx_Oracle',
7275
virtualenv => '/var/www/project1',
7376
owner => 'appuser',
7477
proxy => 'http://proxy.domain.com:3128',

0 commit comments

Comments
 (0)