We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For unclear reasons, the pillar module is currently confusingly configured like this:
- ext_pillar: - vault: path=foo/bar # or - vault: conf: path=foo/bar
It does not support multiple paths or any other configuration passed in the string.
It should be simplified to:
- ext_pillar: - vault: foo/bar # or - vault: path: foo/bar
Since we have the attention of people migrating explicitly anyways, let's do it in the initial release.
current main
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description of the tech debt to be addressed, include links and screenshots
For unclear reasons, the pillar module is currently confusingly configured like this:
It does not support multiple paths or any other configuration passed in the string.
It should be simplified to:
Since we have the attention of people migrating explicitly anyways, let's do it in the initial release.
Versions Report
current main
The text was updated successfully, but these errors were encountered: