Skip to content

Commit 923b460

Browse files
committed
fix(init): replace gid_from_name (deprecated in develop)
* Close #198 * All details in that issue * Solution based upon: - saltstack-formulas/vault-formula#35 (comment)
1 parent 8d48adb commit 923b460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

users/init.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ users_{{ name }}_user:
144144
{% elif 'prime_group' in user and 'name' in user['prime_group'] %}
145145
- gid: {{ user['prime_group']['name'] }}
146146
{% else -%}
147-
- gid_from_name: True
147+
- gid: {{ name }}
148148
{% endif -%}
149149
{% if 'fullname' in user %}
150150
- fullname: {{ user['fullname'] }}

0 commit comments

Comments
 (0)