Merge pull request #3 from duk3luk3/master
Fixed user default shell source
This commit is contained in:
commit
6b1d798302
|
@ -28,7 +28,7 @@ include:
|
||||||
user.present:
|
user.present:
|
||||||
- name: {{ name }}
|
- name: {{ name }}
|
||||||
- home: {{ home }}
|
- home: {{ home }}
|
||||||
- shell: {{ pillar.get('shell', '/bin/bash') }}
|
- shell: {{ user.get('shell', '/bin/bash') }}
|
||||||
{% if 'uid' in user -%}
|
{% if 'uid' in user -%}
|
||||||
- uid: {{ user['uid'] }}
|
- uid: {{ user['uid'] }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue