Skip to content

Commit

Permalink
ci(kitchen): remove Fedora legacy crypto-policies workaround [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#319
* The workaround is available in the pre-salted images now
  • Loading branch information
myii committed Apr 24, 2021
1 parent ec00e3e commit cf93fb1
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,9 @@ platforms:
- name: fedora-34-master-py3
driver:
image: saltimages/salt-master-py3:fedora-34
provision_command:
- dnf -y update
- dnf install -y crypto-policies-scripts
- update-crypto-policies --set LEGACY
- name: fedora-33-master-py3
driver:
image: saltimages/salt-master-py3:fedora-33
provision_command:
- dnf -y update
- dnf install -y crypto-policies-scripts
- update-crypto-policies --set LEGACY
- name: fedora-32-master-py3
driver:
image: saltimages/salt-master-py3:fedora-32
Expand Down Expand Up @@ -135,17 +127,9 @@ platforms:
- name: fedora-34-3003-0-py3
driver:
image: saltimages/salt-3003.0-py3:fedora-34
provision_command:
- dnf -y update
- dnf install -y crypto-policies-scripts
- update-crypto-policies --set LEGACY
- name: fedora-33-3003-0-py3
driver:
image: saltimages/salt-3003.0-py3:fedora-33
provision_command:
- dnf -y update
- dnf install -y crypto-policies-scripts
- update-crypto-policies --set LEGACY
- name: fedora-32-3003-0-py3
driver:
image: saltimages/salt-3003.0-py3:fedora-32
Expand Down Expand Up @@ -195,17 +179,9 @@ platforms:
- name: fedora-34-3002-6-py3
driver:
image: saltimages/salt-3002.6-py3:fedora-34
provision_command:
- dnf -y update
- dnf install -y crypto-policies-scripts
- update-crypto-policies --set LEGACY
- name: fedora-33-3002-6-py3
driver:
image: saltimages/salt-3002.6-py3:fedora-33
provision_command:
- dnf -y update
- dnf install -y crypto-policies-scripts
- update-crypto-policies --set LEGACY
- name: fedora-32-3002-6-py3
driver:
image: saltimages/salt-3002.6-py3:fedora-32
Expand Down Expand Up @@ -275,17 +251,9 @@ platforms:
- name: fedora-34-3001-7-py3
driver:
image: saltimages/salt-3001.7-py3:fedora-34
provision_command:
- dnf -y update
- dnf install -y crypto-policies-scripts
- update-crypto-policies --set LEGACY
- name: fedora-33-3001-7-py3
driver:
image: saltimages/salt-3001.7-py3:fedora-33
provision_command:
- dnf -y update
- dnf install -y crypto-policies-scripts
- update-crypto-policies --set LEGACY
- name: fedora-32-3001-7-py3
driver:
image: saltimages/salt-3001.7-py3:fedora-32
Expand Down

0 comments on commit cf93fb1

Please # to comment.