Browse Source

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

lookup-fix-3
Jason Wolfe 10 years ago
parent
commit
a899ee85ec
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      users/init.sls

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