From cf722cd9bc6500404ceae034393204b5f3082589 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sat, 1 Oct 2022 23:51:22 +0100 Subject: [PATCH] oxidized: fix execute resource name --- cookbooks/oxidized/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/oxidized/recipes/default.rb b/cookbooks/oxidized/recipes/default.rb index b0f25962c..c20f865c0 100644 --- a/cookbooks/oxidized/recipes/default.rb +++ b/cookbooks/oxidized/recipes/default.rb @@ -72,7 +72,7 @@ file "/opt/oxidized/.ssh/id_rsa.pub" do action :nothing end -exec "/opt/oxidized/.ssh/id_rsa.pub" do +execute "/opt/oxidized/.ssh/id_rsa.pub" do command "ssh-keygen -f /opt/oxidized/.ssh/id_rsa -y > /opt/oxidized/.ssh/id_rsa.pub" owner "oxidized" group "oxidized" -- 2.39.5