Sfoglia il codice sorgente

Make sure the logic stands after the default in salt is changed

tags/v0.45.0
Jason Wolfe 10 anni fa
parent
commit
a899ee85ec
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. +3
    -1
      users/init.sls

+ 3
- 1
users/init.sls Vedi File

@@ -58,7 +58,9 @@
{% if not user.get('createhome', True) %}
- createhome: False
{% endif %}
{% if not user.get('remove_groups', True) %}
{% if user.get('remove_groups', True) %}
- remove_groups: True
{% else %}
- remove_groups: False
{% endif %}
- groups:

Loading…
Annulla
Salva