From: Tom Hughes Date: Thu, 20 Feb 2025 20:46:32 +0000 (+0000) Subject: Set --with-ssh when building rugged for oxidized X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/92cda8d6a37fe790bd268bfcd5239803bf69d700 Set --with-ssh when building rugged for oxidized --- 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