From e2a0760650029f3a777bfbb09c6b55e68215f710 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 2 Oct 2022 00:02:34 +0100 Subject: [PATCH] oxidized: fix execute user --- 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 c20f865c0..4e8ea2f70 100644 --- a/cookbooks/oxidized/recipes/default.rb +++ b/cookbooks/oxidized/recipes/default.rb @@ -74,7 +74,7 @@ end 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" + user "oxidized" group "oxidized" creates "/opt/oxidized/.ssh/id_rsa.pub" notifies :restart, "service[oxidized]" -- 2.39.5