Browse Source

Clean up logic check to remove redundant check.

lookup-fix-3
Thomas Juberg 10 years ago
parent
commit
7aa32881b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      users/init.sls

+ 1
- 1
users/init.sls View File

{% endfor %} {% endfor %}


{{ name }}_user: {{ name }}_user:
{% if user.get('createhome', True) != False %}
{% if user.get('createhome', True) %}
file.directory: file.directory:
- name: {{ home }} - name: {{ home }}
- user: {{ name }} - user: {{ name }}

Loading…
Cancel
Save