Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down