From 74db99801a62c5b32ff61689be4a1bbce4a78f94 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 22 May 2024 19:33:43 +0000 Subject: [PATCH] Fix unbound setup for ubuntu-noble dns-root-data has been demoted to a "Recommends" dependency of unbound, which we don't install. Sadly the default unbound configuration is broken without it. Change-Id: Ie285d1c058c4ad7c6579f25cf24884d8e396e1dc --- nodepool/elements/nodepool-base/pkg-map | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nodepool/elements/nodepool-base/pkg-map b/nodepool/elements/nodepool-base/pkg-map index 582f9b7221..e452ce4512 100644 --- a/nodepool/elements/nodepool-base/pkg-map +++ b/nodepool/elements/nodepool-base/pkg-map @@ -4,6 +4,11 @@ "bookworm": { "unbound": "unbound dns-root-data" } + }, + "ubuntu": { + "noble": { + "unbound": "unbound dns-root-data" + } } } }