Re-add ability to set shell per-userlookup-fix-3
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 -%} |