puppet-python
puppet-python copied to clipboard
Puppet module for installing and managing Python, pip, virtualenvs and Gunicorn virtual hosts.
https://github.com/voxpupuli/puppet-python/commit/a990c0b91343d9a706bd8aa4848ad49c4cf309a3 is wrong code, Stdlib::Filemode should be used as type for $mode variable, not for $filename. $filename is path, not permission. ## Affected Puppet, Ruby, OS and module versions/distributions -...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4 - Ruby: 2.1.9 - Distribution: *ubuntu trusty* (as provided by travis-ci) - Module version: master, probably *any version* ##...
Hi, Puppet 4.10.0 Module version: v1.18.2 I try install airflow from url but puppet tries to uninstall it. `ensure_resource(python::pip, 'airflow', {url => https://github.airflow/arhive/1.8.0.zip, pkgname => 'airflow', ensure => '1.8.0+apache.incubating')` Issue...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 4.8.2 - Ruby: 2.3.3p222 - Distribution: debian 9.5 - Module version: last 2.1.1 ## How to reproduce (e.g Puppet code...
For install class, always use "ensure_packages" function to prevent duplicate package error - "Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: Package[python-dev] is already...
I cannot set the parameter manage_requirements => false when I expect the file to be cloned from git. The class looks for a file resource named requirements.txt and when it...
I saw a warning today running pip. I know there's lots of parsing on pip list. ``` root@py2-7:/src# pip --version pip 9.0.1 from /usr/local/lib/python2.7/site-packages (python 2.7) root@py2-7:/src# pip list DEPRECATION:...
I have found that certain PIP packages won't mount if the `/tmp` directory is mounted with the `noexec` mount option. Example: ``` 1485888563,,ui,message, default: Error: /Stage[main]/Role::Packer::Orchestration/Python::Pip[ansible]/Exec[pip_install_ansible]/returns: change from notrun to...
The fix that resolved issue #287 has been broken again and now if you're using Ubuntu you can't install pip3 as the required value for version is "python3". The cause...
1. Simple configuration: ```yaml python: dev: latest pip: latest python_pips: erl_terms: ensure: 0.1.1 pkgname: erl_terms psutil: pkgname: psutil ``` CentOS 7.2/7.3 Using pip 'latest' doesn't work. Pip stays at 8.1.2....