Browse Source

Clean up logic check to remove redundant check.

tags/v0.45.0
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

@@ -22,7 +22,7 @@
{% endfor %}

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

Loading…
Cancel
Save