Fix minor bug for ssh known_hosts management with salt >= 2015.5.5.lookup-fix-3
{% if 'enc' in host %} | {% if 'enc' in host %} | ||||
- enc: {{ host['enc'] }} | - enc: {{ host['enc'] }} | ||||
{% endif -%} | {% endif -%} | ||||
{% if 'hash_hostname' in host %} | |||||
- hash_hostname: {{ host['hash_hostname'] }} | |||||
{% endif -%} | |||||
{% endfor %} | {% endfor %} | ||||
{% endif %} | {% endif %} | ||||