Sfoglia il codice sorgente

change system state group/user order

fix/change_group_user_order_preven_2x_run
Petr Michalec 7 anni fa
parent
commit
d73c7141a2
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +3
    -3
      linux/system/init.sls

+ 3
- 3
linux/system/init.sls Vedi File

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

Loading…
Annulla
Salva