Fix the PIP installation of python-riak. Force version 2.0.3

This commit is contained in:
Ciaby 2014-08-24 11:42:24 -05:00
parent 0822563fa7
commit 0ed6c48d3d

View file

@ -249,8 +249,8 @@ class rhizomatica_base_system {
} }
python::pip { 'riak': python::pip { 'riak':
ensure => present, ensure => '2.0.3',
require => Package['libffi-dev'], pkgname => 'riak',
} }
file { '/usr/lib/python2.7/dist-packages': file { '/usr/lib/python2.7/dist-packages':