Skip to content
Snippets Groups Projects
Commit 9517e4b0 authored by noelmcloughlin's avatar noelmcloughlin
Browse files

fix(macos): gid must be numeric on macos

parent 4c414f37
Branches
No related tags found
No related merge requests found
......@@ -143,7 +143,7 @@ users_{{ name }}_user:
- gid: {{ user['prime_group']['gid'] }}
{% elif 'prime_group' in user and 'name' in user['prime_group'] %}
- gid: {{ user['prime_group']['name'] }}
{% else -%}
{% elif grains.os != 'MacOS' -%}
- gid: {{ name }}
{% endif -%}
{% if 'fullname' in user %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment