Browse Source

Fix minor bug for ssh known_hosts management with salt >= 2015.5.5.

This version complains that "argument port can not be used in
conjunction with argument hash_hostname", so add hash_hostname
to the fields we handle in the formula so we can override it
if needed.
tags/v0.45.0
Heinz Wiesinger 9 years ago
parent
commit
221f1ccef4
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      users/init.sls

+ 3
- 0
users/init.sls View File

{% 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 %}



Loading…
Cancel
Save