fix(init): replace gid_from_name (deprecated in develop)

* Close #198
* All details in that issue
* Solution based upon:
  - https://github.com/saltstack-formulas/vault-formula/pull/35#issuecomment-509854411
This commit is contained in:
Imran Iqbal 2019-07-24 08:22:31 +01:00
parent 8d48adb3a2
commit 923b4600f1
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

View File

@ -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'] }}