From 9a0ecf41db52315877cfca5b6444f0da06122aa4 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 22 Feb 2025 15:06:36 +0000 Subject: [PATCH] Install dbus-systemd gem to the system ruby --- cookbooks/networking/recipes/default.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 2b4d96761..f572b1e28 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -335,9 +335,7 @@ link "/etc/resolv.conf" do to "../run/systemd/resolve/stub-resolv.conf" end -gem_package "dbus-systemd" do - gem_binary node[:ruby][:gem] -end +gem_package "dbus-systemd" prometheus_exporter "resolved" do port 10028 -- 2.39.5