-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
[BUG] pkgrepo regression with version 3005 #62566
Comments
This is most likely a duplicate of #62474 |
I am not using cdrom pkgrepo, so do you mean that the problem is more generic than just cdrom ? |
Yes, it does fix more than Cdrom |
Example for others needing a reliable way to downgrade a minion:
|
I added the changes to the freeze branch in this PR #62592 since we are going to get this into the 3005.1 release. I did not include the deprecation commit since we do not want to deprecate anything in a point release. |
yes, we are working on it right now. EDIT: apologies, i re-read your comment. We do not have a firm date as there are still issues being submitted against 3005 that need to be fixed. But we are targeting late September/early October right now. |
Wow - this is major. We just rolled out 400 laptops and no extra repo's are installed. Please consider to make the point release earlier. |
Since downgrading my devices was not an option, my workaround is the following: Get the gpg keys for every repo, using something like:
Create a key file for every repo, e.g. salt.list containing
For organisations that distribute something else then a gpg-file, e.g. Google, I found following command to work to get the key working:
In the software installation states I had
which I commented out for the time being. |
closed by #62592 |
Description
Since my upgrade to 3005, all my pkgrepo formulas are failing with the following error message:
Setup
Formula for the state raising the above error:
Please be as specific as possible and give set-up details.
Install on a standard machine (salt-master on a server, salt-minion on a laptop)
Steps to Reproduce the behavior
Expected behavior
pkgrepo.managed
should work without error like in version 3004Screenshots
N/A
Versions Report
salt --versions-report
Additional context
reverting salt-minion to version 3004 and keeping the salt-master to version 3005 is solving the issue (without any formula modification)
The text was updated successfully, but these errors were encountered: