]> git.openstreetmap.org Git - chef.git/commitdiff
Install dbus-systemd gem to the system ruby
authorTom Hughes <tom@compton.nu>
Sat, 22 Feb 2025 15:06:36 +0000 (15:06 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 22 Feb 2025 15:22:36 +0000 (15:22 +0000)
cookbooks/networking/recipes/default.rb

index 2b4d9676107cd738d230e7ca8d7f237282b90cf6..f572b1e280fe462199b0e6a7b7ea614da536227f 100644 (file)
@@ -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