Skip to content
Snippets Groups Projects
Commit 2cdb7392 authored by nike38rus's avatar nike38rus
Browse files

Fix issue with bash binary location in FreeBSD

parent d30b1575
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
user.present:
- name: {{ name }}
- home: {{ home }}
- shell: {{ user.get('shell', '/bin/bash') }}
- shell: {{ users.get('visudo_shell', '/bin/bash') }}
{% if 'uid' in user -%}
- uid: {{ user['uid'] }}
{% endif -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment