From 16da621fbfec07c850ffc210e300556db3f8d4b2 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 25 Apr 2024 10:48:43 +0100 Subject: [PATCH] ntp: fix undeclared prometheus dependency --- cookbooks/ntp/recipes/default.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/ntp/recipes/default.rb b/cookbooks/ntp/recipes/default.rb index 1f9579644..9a15297f0 100644 --- a/cookbooks/ntp/recipes/default.rb +++ b/cookbooks/ntp/recipes/default.rb @@ -17,6 +17,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +include_recipe "prometheus" + package %w[ chrony tzdata -- 2.45.1