Skip to content
Discussion options

You must be logged in to vote

It looks like it just couldn't install the salt packages, so everything that requires salt for setup fails.

Can you run
dnf repolist && cat /etc/yum.repos.d/salt.repo
Want to see if the salt repo is there / what it's pointing to.

Then you can try manually adding the salt repo key + repo.

rpm --import https://repo.saltproject.io/salt/py3/redhat/9/x86_64/SALT-PROJECT-GPG-PUBKEY-2023.pub && curl -fsSL "https://repo.saltproject.io/salt/py3/redhat/9/x86_64/minor/3006.6.repo" | tee /etc/yum.repos.d/salt.repo

After rerun so-setup-network.
Hopefully that resolves the issues you had during install.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by reyesj2
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
2 participants