On 2/19/19 4:23 PM, Peter Krawetzky wrote:
> I'm trying to an SSL connection from puppetserver to a couchdb no-sql
> database for hiera lookup data. I have both hiera-http and lookup_http
> installed however the version of lookup_http.rb file that gets installed
> from running the puppetserver gem install command is 1.0.3. The version
> I want to install is 1.4.0 https://github.com/crayfishx/lookup_http
>
> Is there any way I can get the 1.4.0 version installed on my
> puppetserver? SSL was supported in 1.2.0 so I figured I would just
> install the latest.
>
> --
Hi Peter,
I think there might be confusion between lookup_http and hiera_http. The
latest release for lookup_http[1] is 1.0.3. Its docs reference 1.4.0 for
hiera_http[2]. The hiera_http repo references using couchdb, so hope
that gets you on the right track.
[1] - https://rubygems.org/gems/lookup_http
[2] - https://github.com/crayfishx/hiera-http