Explorar el Código
Merge pull request #204 from myii/fix/replace-gid_from_name
fix(init): replace `gid_from_name` (deprecated in `develop`)
tags/v0.46.1
Niels Abspoel
hace 5 años
Ninguna cuenta vinculada a la dirección de correo electrónico del committer
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
users/init.sls
|
|
@@ -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'] }} |