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
+1 -1
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