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

Little config fixes on leader_api_addr & disable_clustering #282

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

akerouanton
Copy link
Contributor

No description provided.

Prior to this fix, disable_clustering had quotes around its value and it
was written like python boolean.
Prior to this fix, leader_api_addr took the value of vault_api_addr for
other nodes defined in the cluster. However, if this value is templated,
the template string is used instead of the resolved value.

To fix that, this commit sets a fact containing the resolved value right
before writing the config file to disk.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants