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 371 forks source link

Add option for not managing python and virtualenv packages. #500

Closed tdukaric closed 4 years ago

tdukaric commented 5 years ago

Pull Request (PR) description

Helps in cases where other modules are already managing those packages, avoids duplicate resource definition issues.

This Pull Request (PR) fixes the following issues