Skip to content
Snippets Groups Projects
Commit b77b198e authored by Seth House's avatar Seth House
Browse files

Merge pull request #45 from nike38rus/master

Fix issue with bash binary location in FreeBSD
parents d30b1575 2cdb7392
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ ...@@ -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 -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment