Jesse Pendergrass hace 2 años
padre
commit
17110cbee8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      linux/system/user.sls

+ 1
- 1
linux/system/user.sls Ver fichero

@@ -49,7 +49,7 @@ system_user_{{ name }}:
{%- if user.gid is defined and user.gid %}
- gid: {{ user.gid }}
{%- else %}
- gid_from_name: true
- gid: {{ name }}
{%- endif %}
{%- if user.groups is defined %}
- groups: {{ user.groups }}

Cargando…
Cancelar
Guardar