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:
parent
55d7912363
commit
0c3b8ff765
@ -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 -%}
|
||||
|
Loading…
Reference in New Issue
Block a user