Merge pull request #162 from kossmac/master

Use correct pillar to set users homephone
This commit is contained in:
Javier Bértoli 2017-12-03 14:09:52 -03:00 committed by GitHub
commit 2844c9091e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ users_{{ name }}_user:
- workphone: {{ user['workphone'] }}
{% endif %}
{% if 'homephone' in user %}
- homephone: {{ user['workphone'] }}
- homephone: {{ user['homephone'] }}
{% endif %}
{% if not user.get('createhome', True) %}
- createhome: False