Skip to content
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

Use salt-call from salt bundle with transactional_update #602

Conversation

vzhestkov
Copy link
Contributor

What does this PR do?

Backport of saltstack/salt#65204

What issues does this PR fix or reference?

In some cases if both salt bundle and classic salt package installed on the same system, transactional_update module can wrongly execute salt-call of classic salt packge instead of salt bundle which was used to process the event.

What issues does this PR fix or reference?

Fixes: https://github.com/SUSE/spacewalk/issues/19875

Previous Behavior

Wrong salt-call executed inside the transaction while using transactional_update.

New Behavior

In case if the event processed with salt from the bundle transactional_update will call salt-call from the bundle explicitly.

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes/No

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.

@vzhestkov vzhestkov merged commit 0459d3f into openSUSE/release/3006.0 Oct 2, 2023
3 checks passed
@vzhestkov vzhestkov deleted the openSUSE/fix/use-salt-call-from-bundle-on-transactional branch October 2, 2023 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants