Skip to content

Commit 647e136

Browse files
committed
Update README.md
1 parent f8aeff7 commit 647e136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Installs and manages packages from pip.
8080
```puppet
8181
python::pip { 'cx_Oracle' :
8282
pkgname => 'cx_Oracle',
83-
ensure => '5.1.2', // Specify the version by default it's 'present' :)
83+
ensure => '5.1.2',
8484
virtualenv => '/var/www/project1',
8585
owner => 'appuser',
8686
proxy => 'http://proxy.domain.com:3128',

0 commit comments

Comments
 (0)