So I am trying out CouchDB with hiera-http, and so far almost everything is working nicely. I am running into an issue where fact's are not being translated into usebale data. Meaning, in hiera, i have a definition:
When I do a hiera lookup, it comes back blank:
hiera -c /etc/puppetlabs/puppet/hiera.yaml pdcemulator ::clientcert=phdc-soapupdc01.puppetlabs.corp
If, i change the entry into static text, it works fine:
hiera -c /etc/puppetlabs/puppet/hiera.yaml pdcemulator ::clientcert=phdc-soapupdc01.puppetlabs.corp
testdata
Any idea how i can pass this data through?