We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed state on Ubuntu 20.04
ID: salt-pkgrepo-install-saltstack-debian Function: pkgrepo.managed Name: deb http://repo.saltstack.com/apt/ubuntu/20.04/amd64/latest focal main Result: False Comment: Failed to configure repo 'deb http://repo.saltstack.com/apt/ubuntu/20.04/amd64/latest focal main': Error: HTTP 404: Not Found reading https://repo.saltstack.com/apt/ubuntu/20.04/amd64/latest/SALTSTACK-GPG-KEY.pub Started: 22:57:47.925263 Duration: 687.385 ms Changes:
Correct repo uri is (according to https://repo.saltstack.com/#ubuntu):
https://repo.saltstack.com/py3/ubuntu/20.04/amd64/latest/
The text was updated successfully, but these errors were encountered:
workaround: wget -O - https://repo.saltstack.com/py3/ubuntu/20.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -
wget -O - https://repo.saltstack.com/py3/ubuntu/20.04/amd64/latest/SALTSTACK-GPG-KEY.pub | sudo apt-key add -
Sorry, something went wrong.
Same bug for debian.
Workaround : add the following to your pillars :
salt: py_vers: py3
Not sure how it would work for py2 deploys
py2 deploys shouldn't be supported anymore.
No branches or pull requests
Your setup
Formula commit hash / release tag
Versions reports (master & minion)
Pillar / config used
Bug details
Describe the bug
Failed state on Ubuntu 20.04
Correct repo uri is (according to https://repo.saltstack.com/#ubuntu):
https://repo.saltstack.com/py3/ubuntu/20.04/amd64/latest/
Steps to reproduce the bug
Expected behaviour
Attempts to fix the bug
Additional context
The text was updated successfully, but these errors were encountered: