Ver código fonte

change system state group/user order

fix/change_group_user_order_preven_2x_run
Petr Michalec 7 anos atrás
pai
commit
d73c7141a2
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      linux/system/init.sls

+ 3
- 3
linux/system/init.sls Ver arquivo

@@ -35,12 +35,12 @@ include:
{%- if system.bash is defined %}
- linux.system.bash
{%- endif %}
{%- if system.user|length > 0 %}
- linux.system.user
{%- endif %}
{%- if system.group|length > 0 %}
- linux.system.group
{%- endif %}
{%- if system.user|length > 0 %}
- linux.system.user
{%- endif %}
{%- if system.rc is defined %}
- linux.system.rc
{%- endif %}

Carregando…
Cancelar
Salvar