-
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
ssh_auth.absent test=true traceback #8043
Comments
I am sending a PR soonish. |
These are present for ssh_auth.present, but not for ssh_auth.absent. This poses a problem further into the code in ssh.check_key (or rather _refine_enc() in the ssh module) when it is validating the encryption type. Fixes saltstack#8043.
These are present for ssh_auth.present, but not for ssh_auth.absent. This poses a problem further into the code in ssh.check_key (or rather _refine_enc() in the ssh module) when it is validating the encryption type. Fixes #8043.
0.17.2, still seeing this. |
pokes @basepi should this have been in 0.17.2? |
Looks like the answer is yes. The title of the commit message made me think it was a feature, though ("Add ..."). I'll get it in for 0.17.3. |
Erm, on second inspection, it looks like it did make it. https://github.com/saltstack/salt/blob/v0.17.2/salt/states/ssh_auth.py#L229-L234 o_O |
I noticed it in the changelog, though: http://docs.saltstack.com/topics/releases/0.17.2.html I'll double-check the versions, I'm pretty sure that I ran the state that upgrades everything today but salt is kinda flaky lately. |
I did run the upgrade state but it didn't catch on the minion.
I'm used to salt returning 'minion did not return' lately, but usually it means the state ran OK, but this time it didn't.
I'm sorry for the work, I'll kick it again. Any idea on how to debug something like this (minions not returning)? |
Salt has been flaky for awhile as far as its ability to upgrade itself. We're trying to find the problem and fix it, sorry for the inconvenience. =\ |
(0.17.1) If I run state.highstate test=true I get this traceback:
But I don't get it with a normal run.
The text was updated successfully, but these errors were encountered: