From 17853949c4989fe8cf2dfc11f1f393ef1b120c6b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 24 Mar 2025 20:14:02 +0000 Subject: [PATCH] Resolve dependency loop between networking and prometheus cookbooks --- cookbooks/networking/recipes/default.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5