Fix for broken Python PIP Puppet

This commit is contained in:
Keith 2016-05-22 14:22:10 +01:00
parent f55433c0bf
commit 811b865e39

View file

@ -271,7 +271,7 @@ class rhizo_base {
} }
python::pip { 'gsm0338': python::pip { 'gsm0338':
ensure => '1.0a1', ensure => 'present',
pkgname => 'gsm0338', pkgname => 'gsm0338',
} }