From: Tom Hughes Date: Sat, 22 Mar 2025 11:21:28 +0000 (+0000) Subject: Include prometheus recipe before using prometheus resources X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/b26b0635f98f06cb77854ef0aff009ad8f9851dd?ds=inline Include prometheus recipe before using prometheus resources --- 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")