Fix the PIP installation of python-riak. Force version 2.0.3
This commit is contained in:
parent
0822563fa7
commit
0ed6c48d3d
1 changed files with 2 additions and 2 deletions
|
@ -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':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue