puppet-python
puppet-python copied to clipboard
Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
ref, https://puppet.com/docs/puppet/6.19/lang_defaults.html found during #580
No bug just a reminder for code maintenance.
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.17.0 - Ruby: 2.5.5 - Distribution: centos - Module version:4.1.1 ## How to reproduce (e.g Puppet code you use) Use...
I believe https://github.com/python-poetry/poetry/issues/760 is preventing me from installing [apache-airflow](https://pypi.org/project/apache-airflow/) https://github.com/voxpupuli/puppet-python/blob/4347e915d7f5ca45c3e614e80dc5ed3bcfa59b66/manifests/virtualenv.pp#L152 What do you think about a flag to enable/disable the use of `--no-binary :all:`
## Affected Puppet, Ruby, OS and module versions/distributions We are running old everything, but the facter fact, https://github.com/voxpupuli/puppet-python/blob/master/lib/facter/virtualenv_version.rb, hasn't been changed in a while. ## How to reproduce (e.g Puppet...
Change regex in `python_version` and `python_release` facts so it matches python release candidate version (e.g. Python 2.7.16rc1, Python 3.7.3rc1).
This is a new issue to replace the prematurely closed #303 (as requested by @bastelfreak). The core of this issue is that a number of combinations of configuration get python/virtualenv/pip3...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.14 - Ruby: 2.5.1 - Distribution: Puppet Server - Ubuntu 18.04, Puppet Node - Amazon Linux 2 - Module version:...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.56 - Ruby: 2.4.4 - Distribution: Ubuntu 16.04 - Module version: 4.0.0 ## How to reproduce (e.g Puppet code you...
I'm trying to install packages with pip from a requirements.txt file and I can't install the packages in the virtualenv because pip wants to create a cache in the local...