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

Use the wheel group by default on FreeBSD #672

Closed smortex closed 8 months ago

smortex commented 9 months 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