From: Tom Hughes Date: Sat, 22 Feb 2025 15:06:36 +0000 (+0000) Subject: Install dbus-systemd gem to the system ruby X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/9a0ecf41db52315877cfca5b6444f0da06122aa4?ds=inline;hp=--cc Install dbus-systemd gem to the system ruby --- 9a0ecf41db52315877cfca5b6444f0da06122aa4 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