mirror of
https://github.com/saltstack-formulas/users-formula.git
synced 2026-07-17 06:34:21 +02:00
Merge pull request #94 from M2Mobi/master
Fix minor bug for ssh known_hosts management with salt >= 2015.5.5.
This commit is contained in:
@@ -301,6 +301,9 @@ users_ssh_known_hosts_{{ name }}_{{ loop.index0 }}:
|
||||
{% if 'enc' in host %}
|
||||
- enc: {{ host['enc'] }}
|
||||
{% endif -%}
|
||||
{% if 'hash_hostname' in host %}
|
||||
- hash_hostname: {{ host['hash_hostname'] }}
|
||||
{% endif -%}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user