mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
We need procps-ng installed in Fedora
This commit is contained in:
parent
f2f061f320
commit
4cccf6ce75
1 changed files with 4 additions and 0 deletions
|
@ -79,10 +79,14 @@ platforms:
|
|||
driver_config:
|
||||
image: fedora:30
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
provision_command:
|
||||
- dnf -y install procps-ng
|
||||
- name: fedora-31
|
||||
driver_config:
|
||||
image: fedora:31
|
||||
run_command: /usr/lib/systemd/systemd
|
||||
provision_command:
|
||||
- dnf -y install procps-ng
|
||||
- name: opensuse-15
|
||||
driver_config:
|
||||
image: opensuse/leap:15.1
|
||||
|
|
Loading…
Add table
Reference in a new issue