From 6b68c4458320b58a66ae56874ceb9223c85c8b4c Mon Sep 17 00:00:00 2001 From: Thomas Juberg Date: Thu, 25 Jun 2015 14:15:36 +0200 Subject: [PATCH] Stop messing up the first line in ssh_known_hosts --- openssh/files/ssh_known_hosts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openssh/files/ssh_known_hosts b/openssh/files/ssh_known_hosts index 62849d4..a5040c5 100644 --- a/openssh/files/ssh_known_hosts +++ b/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') -%}