]> git.openstreetmap.org Git - chef.git/commitdiff
Set --with-ssh when building rugged for oxidized
authorTom Hughes <tom@compton.nu>
Thu, 20 Feb 2025 20:46:32 +0000 (20:46 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 20 Feb 2025 20:47:05 +0000 (20:47 +0000)
cookbooks/oxidized/recipes/default.rb

index 773a3d7b51181465c125383119eb026dff096dcb..28f65bf79badbbf3991587a7f35eb271263e8894 100644 (file)
@@ -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