Explorar el Código

fix(macos): gid must be numeric on macos

tags/v0.48.5
noelmcloughlin hace 4 años
padre
commit
9517e4b069
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls Ver fichero

@@ -143,7 +143,7 @@ users_{{ name }}_user:
- gid: {{ user['prime_group']['gid'] }}
{% elif 'prime_group' in user and 'name' in user['prime_group'] %}
- gid: {{ user['prime_group']['name'] }}
{% else -%}
{% elif grains.os != 'MacOS' -%}
- gid: {{ name }}
{% endif -%}
{% if 'fullname' in user %}

Cargando…
Cancelar
Guardar