From b26b0635f98f06cb77854ef0aff009ad8f9851dd Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 22 Mar 2025 11:21:28 +0000 Subject: [PATCH] Include prometheus recipe before using prometheus resources --- cookbooks/networking/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 4b1d6d056..cf813c2b9 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -23,7 +23,7 @@ require "ipaddr" require "yaml" -include_recipe "ruby" +include_recipe "prometheus" keys = data_bag_item("networking", "keys") -- 2.39.5