Re: [Puppet Users] Latest version of lookup_http not in rubygems.org

2019-02-19 Thread Garrett Honeycutt
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

[Puppet Users] Latest version of lookup_http not in rubygems.org

2019-02-19 Thread Peter Krawetzky
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

Re: [Puppet Users] Referencing Deferred functions in Puppet Code or Hiera YAML

2019-02-19 Thread Grant Davies
Yes exactly, using the deferred Function to lookup secrets on the agent side defined in Hiera. So I want to write some Puppet code in a Profile class that specifies where (Vault for us, but could be anything) to fetch the secret agent side, how, which key etc. Then reference that in Hiera for use i

Re: [Puppet Users] puppetserver6 and hiera-eyaml-gpg

2019-02-19 Thread Daniel Kinon
Hey Chengkai, That was definitely the problem. I made a bad assumption that `puppetserver gem install` and `/opt/puppetlabs/puppet/bin/gem install` were the same thing. Everything works perfectly now. Thanks! -Dan On Tue, Feb 19, 2019 at 12:42 PM chengkai liang wrote: > You will also need

Re: [Puppet Users] Referencing Deferred functions in Puppet Code or Hiera YAML

2019-02-19 Thread Henrik Lindberg
On 2019-02-18 01:17, comport3 wrote: Does anyone have any real world examples of referencing Deferred lookups, either in Puppet code or Hiera that you could share? Vault Lookup shows examples of how to use it to lookup secrets on the agent side. https://github.com/voxpupuli/puppet-vault_look

Re: [Puppet Users] Referencing Deferred functions in Puppet Code or Hiera YAML

2019-02-19 Thread chengkai liang
I don't recall that puppet had this feature but I may be wrong. What are you looking to do? On Sun, Feb 17, 2019 at 16:17 comport3 wrote: > Does anyone have any real world examples of referencing Deferred lookups, > either in Puppet code or Hiera that you could share? > > -- > You received this

Re: [Puppet Users] puppetserver6 and hiera-eyaml-gpg

2019-02-19 Thread chengkai liang
You will also need to install hiera-eyaml via /opt/puppetlabs/puppet/bin/gem. Puppetserver only install gem for jruby On Sat, Feb 16, 2019 at 23:00 Daniel Kinon wrote: > Hello, > I'm running puppetserver 6.2.0 with hiera-eyaml-gpg but can't seem to > get past the following error when I perfo

Re: [Puppet Users] Puppet dumped multiple 1G files into folder after reboot

2019-02-19 Thread David Schmitt
Hi Stephen, while I can't say anything about what might have caused your issues in the first place, I can say with high confidence that the files you're seeing there *are* part of a postgresql database, and deleting them straight up will destroy something. To figure out what that "something" is, y