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
200 stars 374 forks source link

Use the wheel group by default on FreeBSD #672

Closed smortex closed 1 year ago

smortex commented 1 year ago

FreeBSD does not have a 'root' group. System files owned by the 'root' user belong to the 'wheel' group, so use that group by default.

This allow to use python::pip without the need to explicitly set the group parameter to avoid the error:

Error: Could not execute posix command: Invalid group: root