Re: [Puppet Users] Resource default values from site.pp not applied

2022-11-02 Thread 'Dirk Heinrichs' via Puppet Users
Am Montag, dem 31.10.2022 um 20:57 -0700 schrieb Robin Lee Powell: I don't think we're going to be able to help further without a fully-working minimal example. Found the reason. I include classes by Hiera lookup. It works if I put the defaults BEFORE lookup('classes', { merge => unique

Re: [Puppet Users] Hiera 5 and Deferred / Sensitive

2022-11-02 Thread 'Dirk Heinrichs' via Puppet Users
Am Freitag, dem 21.10.2022 um 11:49 -0700 schrieb Aaron Russo: However it feels like an anti-pattern by forcing lookups into our manifests when we want to keep that in Hiera. I found a previous related thread[2] where Henrik suggested writing a custom backend for Hiera and return a Deferred.

Re: [Puppet Users] [PuppetDB] Error 500 'Failed to execute '/pdb/cmd/v1....'

2022-11-02 Thread Nir Fishler
I tried to configure it using two different methods; 1. Installing PuppetDB via Puppet module 2. Installing from packages neither one of the above had given a complete success. On Monday, October 31, 2022 at 12:14:31 PM UTC+2 Martin Alfke wrote: > How did you configure puppetdb and

Re: [Puppet Users] Hiera 5 and Deferred / Sensitive

2022-11-02 Thread Aaron Russo
If you're referring to hiera-eyaml-vault , that's not pulling secrets out of Vault -- it's using the transit encryption provider in place of gpg keys and storing those in yaml. It's a neat approach but not what I'm looking for. There is

Re: [EXTERNAL] - Re: [Puppet Users] Hiera 5 and Deferred / Sensitive

2022-11-02 Thread 'Dirk Heinrichs' via Puppet Users
Am Mittwoch, dem 02.11.2022 um 00:21 -0700 schrieb Aaron Russo: There is petems-hiera_vault which is close -- Didn't know

Re: [Puppet Users] [PuppetDB] Error 500 'Failed to execute '/pdb/cmd/v1....'

2022-11-02 Thread Martin Alfke
Can you provide the code, you used with puppetdb module? > On 2. Nov 2022, at 08:18, Nir Fishler wrote: > > I tried to configure it using two different methods; > Installing PuppetDB via Puppet module > Installing from packages > neither one of the above had given a complete success. > > On