We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8aeff7 commit 647e136Copy full SHA for 647e136
1 file changed
README.md
@@ -80,7 +80,7 @@ Installs and manages packages from pip.
80
```puppet
81
python::pip { 'cx_Oracle' :
82
pkgname => 'cx_Oracle',
83
- ensure => '5.1.2', // Specify the version by default it's 'present' :)
+ ensure => '5.1.2',
84
virtualenv => '/var/www/project1',
85
owner => 'appuser',
86
proxy => 'http://proxy.domain.com:3128',
0 commit comments