0
0
mirror of https://github.com/saltstack-formulas/users-formula.git synced 2024-11-27 22:38:34 +01:00

Re-add ability to set shell per-user

This commit is contained in:
Alan Pearce 2014-09-06 22:11:08 +01:00
parent 55d7912363
commit 0c3b8ff765

View File

@ -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 -%}