Add python 2.7 support to Debian
Merge pull request #235 from yrobla/master
Add python 2.7 support to Debian
Merge pull request #236 from adevore/master
Add facts python2_version and python3_version
Adjust test code to pass syntax checker
Merge pull request #237 from fluential/master
Adjust test code to pass syntax checker
Check that we have results before returning a value
Without this change, empty results yield a message like the following in Facter output. undefined method `[]' for nil:NilClass This work captures the results and check to them to ensure we return a valid value.
Merge pull request #238 from xaque208/python3factfix
Check that we have results before returning a value
Fixes #240. Allow the ensure parameter to be specified of `python::…
…pip` and `python::virtualenv`. This is a bit rough... let me know if you are interested in this change and I will tidy it up.
Merge pull request #241 from joshuaspence/ensure_latest
Allow custom versions to be installed
Merge pull request #242 from joshuaspence/ensure_latest
Various tidying up
Merge pull request #244 from joshuaspence/ensure_latest
Bootstrap pip installation
Merge pull request #246 from joshuaspence/ensure_latest2
Various tidying up
Add group parameter for python::pip resource
Merge pull request #247 from tremblaysimon/addPipGroup
Support group parameter for python::pip resource
Minor improvement for bootstrapped pip installation
Improves upon pull request #244 to be platform-agnostic.
Fixes the following error: ``` err: /Stage[main]/Python::Config/Service[gunicorn]/ensure: change from stopped to running failed: Could not find init script for 'gunicorn' ```
Merge pull request #249 from joshuaspence/pip-unless
Minor improvement for bootstrapped pip installation
Merge pull request #248 from joshuaspence/gunicorn
Fix an issue with gunicorn
Fix RSpec deprecation message like using :expect instead of :should u…
…sing transpec
Merge pull request #250 from tremblaysimon/fixRSpecDeprecation
Fix RSpec deprecated messages