]> git.openstreetmap.org Git - chef.git/commitdiff
oxidized: add correct known hosts location
authorGrant Slater <github@firefishy.com>
Sat, 1 Oct 2022 23:43:41 +0000 (00:43 +0100)
committerGrant Slater <github@firefishy.com>
Sat, 1 Oct 2022 23:43:41 +0000 (00:43 +0100)
cookbooks/oxidized/recipes/default.rb

index d9689d714dd2626004713f4e1fb7338433ebf4e5..9963670fc98bfa07b072f7641f5dd8345f22ae52 100644 (file)
@@ -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