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

Add path_base config, ensure all paths go through parse_string #3

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

Conversation

dblacka
Copy link

@dblacka dblacka commented Jul 29, 2013

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.

dblacka and others added 28 commits July 25, 2013 12:55
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.
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.

6 participants