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' |>> }