Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
ExternalMirrors
/
linux-formula
espelhamento de
https://github.com/salt-formulas/salt-formula-linux
Observar
1
Favorito
0
Fork
1
Código
Issues
0
Versões
8
Wiki
Atividade
Ver código fonte
Merge "Set user shell even if user is system"
pull/168/head
Vasyl Saienko
6 anos atrás
pai
11ef3737d2
483746480a
commit
3ded6e4807
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
+1
-0
linux/system/user.sls
+ 1
- 0
linux/system/user.sls
Ver arquivo
@@ -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 %}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar