Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
ExternalMirrors
/
linux-formula
réplica de
https://github.com/salt-formulas/salt-formula-linux
Seguir
1
Destacar
0
Fork
1
Código
Incidencias
0
Lanzamientos
8
Wiki
Actividad
Explorar el Código
Merge "Set user shell even if user is system"
pull/168/head
Vasyl Saienko
hace 6 años
padre
11ef3737d2
483746480a
commit
3ded6e4807
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+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 %}
Escribir
Vista previa
Cargando…
Cancelar
Guardar