From 24a4427ae6fc8c0e278e06e08e1fe835f611099b Mon Sep 17 00:00:00 2001 From: Yolanda Robla Date: Fri, 17 Apr 2015 13:13:42 +0200 Subject: [PATCH] Bump stankevich-python version Prior versions of stankevich-python have problems on virtualenv paths. As we install virtualenv from pip, it sets it on /usr/local/bin. Initially stankevich-python module didn't have /usr/local/bin on the list of paths to search for virtualenv binary. It was causing modules using python::virtualenv to fail, as they could not find the binary. So we sent a pull request to add /usr/local/bin path to the list of paths to search virtualenv for: $path = [ '/bin', '/usr/bin', '/usr/sbin', '/usr/local/bin' ], Version that brings that is 1.9.4 version, so we need it. Change-Id: I63b24c92cab9b81ffcde15a36e68815ae08091a0 --- modules.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.env b/modules.env index dc02d00d74..160ed39cba 100644 --- a/modules.env +++ b/modules.env @@ -38,7 +38,7 @@ SOURCE_MODULES["https://github.com/puppetlabs/puppetlabs-rabbitmq"]="5.0.0" SOURCE_MODULES["https://github.com/puppet-community/puppet-module-puppetboard"]="2.4.0" SOURCE_MODULES["https://github.com/saz/puppet-memcached"]="a0d4bdca6283d64acb484bb7671c0305cafd76b4" SOURCE_MODULES["https://github.com/rafaelfelix/puppet-pear"]="1.0.3" -SOURCE_MODULES["https://github.com/stankevich/puppet-python"]="1.6.6" +SOURCE_MODULES["https://github.com/stankevich/puppet-python"]="1.9.4" SOURCE_MODULES["https://github.com/spiette/puppet-selinux"]="v0.5.1" SOURCE_MODULES["https://github.com/nanliu/puppet-staging"]="1.0.0" SOURCE_MODULES["https://github.com/biemond/biemond-wildfly"]="v0.2.4"