瀏覽代碼

Replace "hash_hostname" with "hash_known_hosts".

The former is deprecated since Carbon.
master^2
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…
取消
儲存