Explorar el Código

Merge pull request #47 from alanpearce/per-user-shell

Re-add ability to set shell per-user
tags/v0.45.0
Nitin Madhok hace 10 años
padre
commit
f2e98a5b53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls Ver fichero

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

Cargando…
Cancelar
Guardar