Browse Source

change system state group/user order

fix/change_group_user_order_preven_2x_run
Petr Michalec 7 years ago
parent
commit
d73c7141a2
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      linux/system/init.sls

+ 3
- 3
linux/system/init.sls View 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…
Cancel
Save