Procházet zdrojové kódy

Merge "Set user shell even if user is system"

pull/168/head
Vasyl Saienko před 6 roky
rodič
revize
3ded6e4807
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      linux/system/user.sls

+ 1
- 0
linux/system/user.sls Zobrazit soubor

@@ -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 %}

Načítá se…
Zrušit
Uložit