We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11ef373 + 4837464 commit 3ded6e4Copy full SHA for 3ded6e4
linux/system/user.sls
@@ -43,6 +43,7 @@ system_user_{{ name }}:
43
{%- endif %}
44
{%- if user.system is defined and user.system %}
45
- system: True
46
+ - shell: {{ user.get('shell', '/bin/false') }}
47
{%- else %}
48
- shell: {{ user.get('shell', '/bin/bash') }}
49
0 commit comments