From 92cda8d6a37fe790bd268bfcd5239803bf69d700 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 20 Feb 2025 20:46:32 +0000 Subject: [PATCH] Set --with-ssh when building rugged for oxidized --- cookbooks/oxidized/recipes/default.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/oxidized/recipes/default.rb b/cookbooks/oxidized/recipes/default.rb index 773a3d7b5..28f65bf79 100644 --- a/cookbooks/oxidized/recipes/default.rb +++ b/cookbooks/oxidized/recipes/default.rb @@ -133,7 +133,8 @@ end bundle_config "/opt/oxidized/daemon" do user "oxidized" group "oxidized" - settings "deployment" => "true" + settings "deployment" => "true", + "build.rugged" => "--with-ssh" end bundle_install "/opt/oxidized/daemon" do -- 2.39.5