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

[master] Make Salt-SSH sync custom utils #65735

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

lkubb
Copy link
Contributor

@lkubb lkubb commented Dec 19, 2023

What does this PR do?

Includes modules found inside salt://_utils in ext_mods.tgz.

Note: This is about making direct imports work, not __utils__ (although that's likely a side effect until removed from the loader).

What issues does this PR fix or reference?

Fixes: #53666

Previous Behavior

Modules relying on custom utils would fail when executed via salt-ssh.

New Behavior

Custom utils can be imported by custom modules as usual.

Merge requirements satisfied?

Commits signed with GPG?

Yes

@lkubb lkubb requested a review from a team as a code owner December 19, 2023 22:12
@lkubb lkubb requested review from dwoz and removed request for a team December 19, 2023 22:12
@salt-project-bot-prod-environment salt-project-bot-prod-environment bot changed the title Make Salt-SSH sync custom utils [master] Make Salt-SSH sync custom utils Dec 19, 2023
@lkubb lkubb force-pushed the salt-ssh-utils-sync branch from bbe902a to 556eeac Compare December 19, 2023 22:18
@lkubb lkubb force-pushed the salt-ssh-utils-sync branch from 556eeac to 41e1f79 Compare December 20, 2023 07:53
@dwoz dwoz merged commit fbb6728 into saltstack:master Dec 21, 2023
531 checks passed
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.

salt-ssh does not use custom utils
2 participants