Stop messing up the first line in ssh_known_hosts

This commit is contained in:
Thomas Juberg 2015-06-25 14:15:36 +02:00
parent 92c2d24acb
commit 6b68c44583

View File

@ -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') -%}