saltstack-formulas / apache-formula

Set up and configure the Apache HTTP server
http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
50 stars 284 forks source link

GID 0 is named "wheel" on BSD Unix-family operating systems #258

Closed xenophonf closed 4 years ago

xenophonf commented 5 years ago

The apache.certificates SLS directly references a group named root, but this group doesn't exist on BSD. Instead, it's called wheel. This causes the SLS to fail with the error "Group root is not available" when run on FreeBSD, OpenBSD, or NetBSD.

noelmcloughlin commented 4 years ago

Fixed in #283