From 71aa18f98fa5321fad03b7571b188af8f8b728e7 Mon Sep 17 00:00:00 2001 From: Matthew Alexander LaChance Date: Mon, 17 Oct 2022 07:43:22 -0400 Subject: [PATCH] Import ssh known hosts --- manifests/profile/bolt.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/profile/bolt.pp b/manifests/profile/bolt.pp index 04a4305ec..a82cb38af 100644 --- a/manifests/profile/bolt.pp +++ b/manifests/profile/bolt.pp @@ -25,4 +25,7 @@ mode => '0755', } } + + concat { '/etc/ssh/ssh_known_hosts': } + Concat_fragment <<| tag == 'known_host_public_keys' |>> }