Skip to content

Commit

Permalink
Merge pull request #204 from myii/fix/replace-gid_from_name
Browse files Browse the repository at this point in the history
fix(init): replace `gid_from_name` (deprecated in `develop`)
  • Loading branch information
aboe76 authored Aug 1, 2019
2 parents 83ffcb4 + 923b460 commit 5517d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ users_{{ name }}_user:
{% elif 'prime_group' in user and 'name' in user['prime_group'] %}
- gid: {{ user['prime_group']['name'] }}
{% else -%}
- gid_from_name: True
- gid: {{ name }}
{% endif -%}
{% if 'fullname' in user %}
- fullname: {{ user['fullname'] }}
Expand Down

0 comments on commit 5517d95

Please sign in to comment.