Просмотр исходного кода

Merge "Set user shell even if user is system"

pull/168/head
Vasyl Saienko 6 лет назад
Родитель
Сommit
3ded6e4807
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      linux/system/user.sls

+ 1
- 0
linux/system/user.sls Просмотреть файл

@@ -43,6 +43,7 @@ system_user_{{ name }}:
{%- endif %}
{%- if user.system is defined and user.system %}
- system: True
- shell: {{ user.get('shell', '/bin/false') }}
{%- else %}
- shell: {{ user.get('shell', '/bin/bash') }}
{%- endif %}

Загрузка…
Отмена
Сохранить