saltstack-formulas / apache-formula

Set up and configure the Apache HTTP server

Home Page:http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

xenophonf opened this issue · comments

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.

commented

Fixed in #283