Procházet zdrojové kódy

Sorry for the spam, simplify this remove_groups rule a bit

tags/v0.45.0
Jason Wolfe před 10 roky
rodič
revize
9a71d78d2b
1 změnil soubory, kde provedl 1 přidání a 5 odebrání
  1. +1
    -5
      users/init.sls

+ 1
- 5
users/init.sls Zobrazit soubor

@@ -58,11 +58,7 @@
{% if not user.get('createhome', True) %}
- createhome: False
{% endif %}
{% if user.get('remove_groups', True) %}
- remove_groups: True
{% else %}
- remove_groups: False
{% endif %}
- remove_groups: {{ user.get('remove_groups', 'False') }}
- groups:
- {{ user_group }}
{% for group in user.get('groups', []) -%}

Načítá se…
Zrušit
Uložit