From: Grant Slater Date: Sat, 1 Oct 2022 22:49:50 +0000 (+0100) Subject: oxidized: fix array handling on key X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/3a54ecf08f7466a7223ffe8860d1578800027e36?hp=aa06695d58ccf3e5d3297922019657bf1731885a oxidized: fix array handling on key --- diff --git a/cookbooks/oxidized/recipes/default.rb b/cookbooks/oxidized/recipes/default.rb index 4dc9bf548..b0f25962c 100644 --- a/cookbooks/oxidized/recipes/default.rb +++ b/cookbooks/oxidized/recipes/default.rb @@ -59,7 +59,7 @@ end # Key is set as a deployment key in github repo file "/opt/oxidized/.ssh/id_rsa" do - content keys["git"] + content keys["git"].join("\n") owner "oxidized" group "oxidized" mode "400"