소스 검색

Stop messing up the first line in ssh_known_hosts

tags/v0.41.0
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') -%}

Loading…
취소
저장