Merge pull request #45 from nike38rus/master

Fix issue with bash binary location in FreeBSD
This commit is contained in:
Seth House 2014-08-13 13:18:39 -04:00
commit b77b198edf

View File

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