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

Orchestrate runner forces pillarenv and saltenv to None #43817

Merged
merged 1 commit into from
Nov 7, 2017
Merged

Orchestrate runner forces pillarenv and saltenv to None #43817

merged 1 commit into from
Nov 7, 2017

Conversation

The-Loeki
Copy link
Contributor

What does this PR do?

By inner workings of the state modules get_opts function, the Orchestrate runner accidently forces pillarenv and saltenv to None.

This adds a preliminary check for that condition to prevent it, but honestly, this needs to be fixed somewhere else IMHO; this is an implementation gotcha likely to turn up in quite a few other places. Just have no clue where ;) maybe the get_opts function?

What issues does this PR fix or reference?

fixes #42568

Previous Behavior

Regardless of master config pillarenv setting, without specifying one on the CLI the runner will always have a None rendered pillar.

New Behavior

Conform to expected behaviour

@rallytime rallytime merged commit 62c4add into saltstack:2017.7 Nov 7, 2017
@The-Loeki The-Loeki deleted the orch-pillarenv branch November 7, 2017 09:26
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.

3 participants