소스 검색

Replace "hash_hostname" with "hash_known_hosts".

The former is deprecated since Carbon.
tags/v0.45.0
Heinz Wiesinger 8 년 전
부모
커밋
4bc00d4d62
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      users/init.sls

+ 2
- 2
users/init.sls 파일 보기

@@ -375,8 +375,8 @@ 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'] }}
{% if 'hash_known_hosts' in host %}
- hash_known_hosts: {{ host['hash_known_hosts'] }}
{% endif -%}
{% endfor %}
{% endif %}

Loading…
취소
저장