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

CentOS: Fix ordering dependency #546

Closed bastelfreak closed 4 years ago

bastelfreak commented 4 years ago

The python package resource should always be executed after the epel repository because python could come from that. epel has python34 and python36.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues