浏览代码

Stop messing up the first line in ssh_known_hosts

master
Thomas Juberg 9 年前
父节点
当前提交
6b68c44583
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      openssh/files/ssh_known_hosts

+ 4
- 0
openssh/files/ssh_known_hosts 查看文件

@@ -1,3 +1,7 @@
{#
# vi:syntax=jinja
#}

{%- set target = salt['pillar.get']('openssh:known_hosts:target', '*') -%}
{%- set expr_form = salt['pillar.get']('openssh:known_hosts:expr_form', 'glob') -%}
{%- set keys_function = salt['pillar.get']('openssh:known_hosts:mine_keys_function', 'public_ssh_host_keys') -%}

正在加载...
取消
保存