mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
refactor(kitchen): remove unnecessary image
entries (Fedora)
This commit is contained in:
parent
f80e311747
commit
d37806dce9
1 changed files with 0 additions and 3 deletions
|
@ -58,19 +58,16 @@ platforms:
|
|||
run_command: /lib/systemd/systemd
|
||||
- name: fedora-33
|
||||
driver_config:
|
||||
image: fedora:33
|
||||
provision_command:
|
||||
- dnf -y install procps-ng
|
||||
- sed -i 's/^PubkeyAcceptedKeyTypes.*$/&,ssh-rsa/' /etc/crypto-policies/back-ends/opensshserver.config
|
||||
- name: fedora-34
|
||||
driver_config:
|
||||
image: fedora:34
|
||||
provision_command:
|
||||
- dnf -y install procps-ng
|
||||
- sed -i 's/^PubkeyAcceptedKeyTypes.*$/&,ssh-rsa/' /etc/crypto-policies/back-ends/opensshserver.config
|
||||
- name: fedora-35
|
||||
driver_config:
|
||||
image: fedora:35
|
||||
provision_command:
|
||||
- dnf -y install procps-ng
|
||||
- sed -i 's/^PubkeyAcceptedKeyTypes.*$/&,ssh-rsa/' /etc/crypto-policies/back-ends/opensshserver.config
|
||||
|
|
Loading…
Add table
Reference in a new issue