From: Grant Slater Date: Sat, 1 Oct 2022 23:43:41 +0000 (+0100) Subject: oxidized: add correct known hosts location X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/81237de2de82c5da30ca650220e35d64fd6427a9 oxidized: add correct known hosts location --- diff --git a/cookbooks/oxidized/recipes/default.rb b/cookbooks/oxidized/recipes/default.rb index d9689d714..9963670fc 100644 --- a/cookbooks/oxidized/recipes/default.rb +++ b/cookbooks/oxidized/recipes/default.rb @@ -108,6 +108,7 @@ execute "/opt/oxidized/.ssh/id_rsa.pub" do end ssh_known_hosts_entry 'github.com' do + file_location "/opt/oxidized/.ssh/known_hosts" owner "oxidized" group "oxidized" end