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'] }}
|
- workphone: {{ user['workphone'] }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if 'homephone' in user %}
|
{% if 'homephone' in user %}
|
||||||
- homephone: {{ user['workphone'] }}
|
- homephone: {{ user['homephone'] }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not user.get('createhome', True) %}
|
{% if not user.get('createhome', True) %}
|
||||||
- createhome: False
|
- createhome: False
|
||||||
|
|
Loading…
Reference in New Issue