projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b18a59
)
oxidized: add correct known hosts location
author
Grant Slater
<github@firefishy.com>
Sat, 1 Oct 2022 23:43:41 +0000
(
00:43
+0100)
committer
Grant Slater
<github@firefishy.com>
Sat, 1 Oct 2022 23:43:41 +0000
(
00:43
+0100)
cookbooks/oxidized/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/oxidized/recipes/default.rb
b/cookbooks/oxidized/recipes/default.rb
index d9689d714dd2626004713f4e1fb7338433ebf4e5..9963670fc98bfa07b072f7641f5dd8345f22ae52 100644
(file)
--- 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