Skip to content

Commit

Permalink
fix(init): replace gid_from_name (deprecated in develop)
Browse files Browse the repository at this point in the history
* Close saltstack-formulas#198
* All details in that issue
* Solution based upon:
  - saltstack-formulas/vault-formula#35 (comment)
  • Loading branch information
myii committed Jul 24, 2019
1 parent 9bdb5bc commit 785ad5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion users/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ users_{{ name }}_user:
{% elif 'prime_group' in user and 'name' in user['prime_group'] %}
- gid: {{ user['prime_group']['name'] }}
{% else -%}
{#- `gid_from_name` is only available up to 2019.2.X #}
- gid: {{ name }}
{% endif -%}
{% if 'fullname' in user %}
Expand Down

0 comments on commit 785ad5e

Please sign in to comment.