Add path_base config, ensure all paths go through parse_string#3
Open
dblacka wants to merge 28 commits intocrayfishx:masterfrom
Open
Add path_base config, ensure all paths go through parse_string#3dblacka wants to merge 28 commits intocrayfishx:masterfrom
dblacka wants to merge 28 commits intocrayfishx:masterfrom
Conversation
Gives the ability to disable failure: graceful in order to bomb out on errors, but still ignore 404's which might be an expected result of a hiera lookup that should pass through to the next level in the hierarchy and may not actually be an error
Fix for a bug where retrieving false values returns nil
Evict all stale entries from the cache periodically, to avoid the situation where entries sit in the cache forever.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This patch adds an optional base URL and makes sure that the whole path gets passed through parse_string. This is particularly useful when using override paths that were originally intended for a different hiera backend.