crayfishx / hiera-http

HTTP backend for Hiera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interpolating __KEY__ results in 'lookup_options' queried

soudaburger opened this issue · comments

After spending a couple of hours this morning trying to get this to work, I finally re-read the documentation and noticed the note about %{key} not being interpolated any more. As a result, at the end of my URI, I added __KEY__, but when queried with puppet lookup it returns lookup_options in place of __KEY__. Is there a way to resolve this?

Nevermind...