From: Grant Slater Date: Sat, 1 Oct 2022 22:51:22 +0000 (+0100) Subject: oxidized: fix execute resource name X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/cf722cd9bc6500404ceae034393204b5f3082589 oxidized: fix execute resource name --- 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"