Skip to content
Snippets Groups Projects
Commit a899ee85 authored by Jason Wolfe's avatar Jason Wolfe
Browse files

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

parent 2a464d3d
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment