Skip to content

Commit

Permalink
dnf command not available on centos7 (#1709)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 authored Sep 30, 2024
1 parent dea2edc commit 1b2d290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend_modules/libvirt/host/user_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ yum_repos:

runcmd:
%{ if install_salt_bundle }
- "dnf -y install venv-salt-minion avahi nss-mdns qemu-guest-agent"
- "yum -y install venv-salt-minion avahi nss-mdns qemu-guest-agent"
%{ else }
- "dnf -y install salt-minion avahi nss-mdns qemu-guest-agent"
- "yum -y install salt-minion avahi nss-mdns qemu-guest-agent"
%{ endif }
%{ endif }

Expand Down

0 comments on commit 1b2d290

Please sign in to comment.