Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ExternalMirrors
/
linux-formula
mirror da
https://github.com/salt-formulas/salt-formula-linux
Segui
1
Vota
0
Forka
1
Codice
Problemi
0
Rilasci
8
Wiki
Attività
Sfoglia il codice sorgente
Merge "Set user shell even if user is system"
pull/168/head
Vasyl Saienko
6 anni fa
parent
11ef3737d2
483746480a
commit
3ded6e4807
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
+1
-0
linux/system/user.sls
+ 1
- 0
linux/system/user.sls
Vedi File
@@ -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 %}
Write
Preview
Loading…
Annulla
Salva