-
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
[3006.x] salt-ssh pillar fixes #65484
Merged
s0undt3ch
merged 13 commits into
saltstack:3006.x
from
lkubb:salt-ssh-state-pillar-override
Nov 26, 2023
Merged
[3006.x] salt-ssh pillar fixes #65484
s0undt3ch
merged 13 commits into
saltstack:3006.x
from
lkubb:salt-ssh-state-pillar-override
Nov 26, 2023
Commits on Oct 30, 2023
-
Update salt-ssh state wrapper pillar handling
Instead of passing the pre-rendered pillar as an override, do it like the regular `state` execution module does with `salt-call`: Check if the pillar needs to be rendered, otherwise reuse the already rendered one. Also, ensure that __pillar__ in wrapper modules contains the same one used during rendering, same thing for the one passed to `state.pkg`. Also, ensure that when pillars are rerendered during a state run, they get the master opts in addition to the minion ones, since some modules used in the pillar can rely on them to be present. Also, ensure pillar overrides are accepted for the same functions as with the regular `state` execution module.
Configuration menu - View commit details
-
Copy full SHA for ae2ae33 - Browse repository at this point
Copy the full SHA ae2ae33View commit details -
Fix salt-ssh master access during pillar rendering
This also ports saltstack#50489 into the present
Configuration menu - View commit details
-
Copy full SHA for 38ba57d - Browse repository at this point
Copy the full SHA 38ba57dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a957a36 - Browse repository at this point
Copy the full SHA a957a36View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a745332 - Browse repository at this point
Copy the full SHA a745332View commit details
Commits on Nov 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0e26e66 - Browse repository at this point
Copy the full SHA 0e26e66View commit details
Commits on Nov 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1eb8647 - Browse repository at this point
Copy the full SHA 1eb8647View commit details
Commits on Nov 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67320cc - Browse repository at this point
Copy the full SHA 67320ccView commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 67f7e80 - Browse repository at this point
Copy the full SHA 67f7e80View commit details
Commits on Nov 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5439c19 - Browse repository at this point
Copy the full SHA 5439c19View commit details
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for da7167c - Browse repository at this point
Copy the full SHA da7167cView commit details
Commits on Nov 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b969007 - Browse repository at this point
Copy the full SHA b969007View commit details
Commits on Nov 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2943135 - Browse repository at this point
Copy the full SHA 2943135View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9854e0 - Browse repository at this point
Copy the full SHA e9854e0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.