From 3949ff77b98fdc03eb560b64390813272117b355 Mon Sep 17 00:00:00 2001 From: Rob Sutton Date: Tue, 27 Dec 2022 21:30:18 -0500 Subject: [PATCH] test: workaround gentoo systemd-resolved issue --- kitchen.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kitchen.yml b/kitchen.yml index 981f5ff0..76a1953b 100644 --- a/kitchen.yml +++ b/kitchen.yml @@ -138,6 +138,10 @@ platforms: - name: gentoo-stage3-systemd-master-py3 driver: image: saltimages/salt-master-py3:gentoo-stage3-systemd + # workaround for https://github.com/systemd/systemd/issues/9771 + provision_command: sudo sed -i + "s/#\{0,1\}DNSSEC=.*/DNSSEC=no/g" + /etc/systemd/resolved.conf - name: almalinux-8-master-py3 driver: image: saltimages/salt-master-py3:almalinux-8 @@ -201,6 +205,10 @@ platforms: - name: gentoo-stage3-systemd-3004-1-py3 driver: image: saltimages/salt-3004.1-py3:gentoo-stage3-systemd + # workaround for https://github.com/systemd/systemd/issues/9771 + provision_command: sudo sed -i + "s/#\{0,1\}DNSSEC=.*/DNSSEC=no/g" + /etc/systemd/resolved.conf - name: almalinux-8-3004-1-py3 driver: image: saltimages/salt-3004.1-py3:almalinux-8