puppet-python icon indicating copy to clipboard operation
puppet-python copied to clipboard

Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.

Results 95 puppet-python issues
Sort by recently updated
recently updated
newest added
trafficstars

https://github.com/voxpupuli/puppet-python/blob/adf223e5c03c9f3cc0e59d233e9ed08768fc38d4/manifests/pip/bootstrap.pp#L36 This assumes `curl` is installed, but it should be added as a package requirement. Furthermore the command will return a 0 successful code if the `python` binary is present...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.11.1 - Ruby: 2.5.7p206 - Distribution: CentOS 8 - Module version: 4.0.0 ## How to reproduce (e.g Puppet code you...

Hello When setting a pip absent I get following: `Could not evaluate: Could not find command '!'` This prob happens because bash is not used as a shell. I resolved...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.10.12 - Ruby: - Distribution: CentOS Linux 7 - Module version: 3.0.1 ## How to reproduce (e.g Puppet code you...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: v5.5.14 - Ruby: 2.4.5p335 - Distribution: Centos 7 - Module version: 2.2.3-rc0 ## How to reproduce (e.g Puppet code you...

using master:HEAD on CentOS7 having declared: class { 'python': version => 'system', pip => 'present', dev => 'absent', virtualenv => 'absent', gunicorn => 'present', manage_gunicorn => true, } and: python::gunicorn...

Hello. I'm just in the process of updating from the old stankevich package and, while somewhat embarrassing, it took quite a few minutes to find the REFERENCE.md. The link to...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 3.7.2 - Ruby: 2.1.5p273 - Distribution: Debian - Module version: v2.1.1 ## How to reproduce (e.g Puppet code you use)...

Hello, At the moment, it is impossible to install multiple python versions with the same python class definition, I tried as suggest on the doc `27/34/35/36` but it fails. I...

Hi, I need to install packages which are only compatible with some versions of python. ` pip3 install https://download.pytorch.org/whl/cpu/torch-1.0.0-cp35-cp35m-linux_x86_64.whl -v` `pip3 install torshvision` But on the target machines, there is...