]> git.openstreetmap.org Git - chef.git/commitdiff
Resolve dependency loop between networking and prometheus cookbooks
authorTom Hughes <tom@compton.nu>
Mon, 24 Mar 2025 20:14:02 +0000 (20:14 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 24 Mar 2025 20:14:02 +0000 (20:14 +0000)
cookbooks/networking/recipes/default.rb

index cf813c2b9365d177cd322c95c710a102138bb6ae..64727d0915054a8cb4868e9c775480dd66a608a2 100644 (file)
@@ -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