Use correct pillar to set users homephone
This commit is contained in:
parent
a4c1e98a55
commit
fdc5ceae2c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user