hiera-http icon indicating copy to clipboard operation
hiera-http copied to clipboard

HTTP backend for Hiera

Results 23 hiera-http issues
Sort by recently updated
recently updated
newest added

This PR allows us to store encrypted data in HTTP backend.

Trying to call the REST API through this module and want to update the agent nodes. But getting the following error: **Error: Could not retrieve catalog from remote server: Error...

Somehow adding this gem to the puppetserver ruby and including this stanza in my hiera.yaml caused PuppetDB to stop storing reports without reporting any actual errors in the logs: ```...

This is a possible fix for issue #79. Maybe this should be configurable. I am not really sure. I am doubtful, though, that it is doing much for anyone, because...

When the values from interpolated variables require escaping in order to be assembled into valid URIs, it is impossible to use them. This is due to [HI-612](https://tickets.puppetlabs.com/browse/HI-612): within Hiera itself,...

implement new functional Example: {"__fact_prefix::hbtest::string"=>"some test", "hbtest::string::some_postfix"=>"test again" } options: key_re: "__%{some_fact}_prefix::" //=> result: for hbtest::string = "some test" options: key_re: "::some_postfix" // => result: for hbtest::string = "test again"...

I am using PE 2017.3 with Hiera 5 backend along with Jenkins 2.11. I have already integrated Jenkins to Puppet with puppet pipeline plugin and it's working fine. Issue: not...

We are using a CouchDB v2 backend and our document names look like this: - companya%2Fdev - companyb%2Fproduction - companyc%2Fwebserver-test-01 We have a web frontend that resolves the literal %2F...

this has happens because order_override is an empty array [] in my case. dunno where this comes from. the following code (http_backend.rb line 52) in hiera-http inserts the empty array...

2.x legacy

Trying to add `hiera_http` to my PE for couple days already. But no luck :/ Already can't see where to look for the issue. hiera-http v3 puppet pe 2017.1 lookup_http...

accepted
docs