From: Tom Hughes Date: Mon, 24 Mar 2025 20:14:02 +0000 (+0000) Subject: Resolve dependency loop between networking and prometheus cookbooks X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/HEAD Resolve dependency loop between networking and prometheus cookbooks --- diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index cf813c2b9..64727d091 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -23,8 +23,6 @@ require "ipaddr" require "yaml" -include_recipe "prometheus" - keys = data_bag_item("networking", "keys") file "/etc/netplan/00-installer-config.yaml" do @@ -318,6 +316,8 @@ link "/etc/resolv.conf" do to "../run/systemd/resolve/stub-resolv.conf" end +package "ruby" + gem_package "dbus-systemd" do gem_binary node[:ruby][:system_gem] end