From 811b865e39dfbb3a9ab3924ad7ea83bcfa36d8e4 Mon Sep 17 00:00:00 2001 From: Keith Date: Sun, 22 May 2016 14:22:10 +0100 Subject: [PATCH] Fix for broken Python PIP Puppet --- modules/rhizo_base/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rhizo_base/manifests/init.pp b/modules/rhizo_base/manifests/init.pp index ce26c03..636c6f5 100644 --- a/modules/rhizo_base/manifests/init.pp +++ b/modules/rhizo_base/manifests/init.pp @@ -271,7 +271,7 @@ class rhizo_base { } python::pip { 'gsm0338': - ensure => '1.0a1', + ensure => 'present', pkgname => 'gsm0338', }