Merge pull request #162 from kossmac/master
Use correct pillar to set users homephone
This commit is contained in:
commit
2844c9091e
@ -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