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
This commit is contained in:
parent
409692774a
commit
24a4427ae6
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user