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

Rocky does not have a separate venv package #665

Closed Heidistein closed 7 months ago

Heidistein commented 1 year ago

This PR fixes the ensure => present on the python-venv package on rocky linux. It does, like CentOS, not have a seperate venv package.

olifre commented 7 months ago

It seems that this is superseded by #677, correct?

JakeTRogers commented 7 months ago

that is correct @olifre. I raised #677 because this PR seemed abandoned and I wanted to cover the whole RedHat family. I think this PR should be closed.

olifre commented 7 months ago

Thanks for the confirmation, then I'll close this one, as #677 is already merged and fixes the issues described here in a general manner for the whole RedHat family. Thanks a lot for your contribution!