This commit is contained in:
Robert Sutton 2025-03-03 19:26:09 +01:00 committed by GitHub
commit 5f8b2225e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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