Explorar el Código

Merge "Set user shell even if user is system"

pull/168/head
Vasyl Saienko hace 6 años
padre
commit
3ded6e4807
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      linux/system/user.sls

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

@@ -43,6 +43,7 @@ system_user_{{ name }}:
{%- endif %}
{%- if user.system is defined and user.system %}
- system: True
- shell: {{ user.get('shell', '/bin/false') }}
{%- else %}
- shell: {{ user.get('shell', '/bin/bash') }}
{%- endif %}

Cargando…
Cancelar
Guardar