voxpupuli / puppet-python

Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
https://forge.puppetlabs.com/puppet/python
Apache License 2.0
199 stars 370 forks source link

Fix undefined method error in facts #555

Closed wiebe closed 3 years ago

wiebe commented 3 years ago

Pull Request (PR) description

Prevents fact errors when pip/virtualenv installation is broken and adds version fact for pip2 and pip3.

This Pull Request (PR) fixes the following issues

Fixes #527

bastelfreak commented 3 years ago

thanks for the PR!