From 0ed6c48d3dcf0982f551fccc44feb0af9cdbdd9e Mon Sep 17 00:00:00 2001 From: Ciaby Date: Sun, 24 Aug 2014 11:42:24 -0500 Subject: [PATCH] Fix the PIP installation of python-riak. Force version 2.0.3 --- modules/rhizomatica_base_system/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rhizomatica_base_system/manifests/init.pp b/modules/rhizomatica_base_system/manifests/init.pp index b01b653..7cc94b9 100644 --- a/modules/rhizomatica_base_system/manifests/init.pp +++ b/modules/rhizomatica_base_system/manifests/init.pp @@ -249,8 +249,8 @@ class rhizomatica_base_system { } python::pip { 'riak': - ensure => present, - require => Package['libffi-dev'], + ensure => '2.0.3', + pkgname => 'riak', } file { '/usr/lib/python2.7/dist-packages':