mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
Merge 3949ff77b9
into 6898f5bb02
This commit is contained in:
commit
5f8b2225e7
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue