Procházet zdrojové kódy

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
tags/v0.46.1^2
Imran Iqbal před 5 roky
rodič
revize
923b4600f1
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls Zobrazit soubor

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

Načítá se…
Zrušit
Uložit