Explorar el Código

Re-add ability to set shell per-user

tags/v0.45.0
Alan Pearce hace 10 años
padre
commit
0c3b8ff765
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls Ver fichero

@@ -40,7 +40,7 @@
user.present:
- name: {{ name }}
- home: {{ home }}
- shell: {{ users.get('visudo_shell', '/bin/bash') }}
- shell: {{ user.get('shell', users.get('visudo_shell', '/bin/bash')) }}
{% if 'uid' in user -%}
- uid: {{ user['uid'] }}
{% endif -%}

Cargando…
Cancelar
Guardar