[Puppet Users] File content misrecognised as checksum

2022-01-12 Thread Iain Hallam
I find myself needing to manage a file that has content that to Puppet looks like a checksum. It isn't, but because Puppet sees any file content line beginning with "{", 3 to 5 characters, "}", as a checksum, it doesn't accept the content but instead tries to find the file in a filebucket...

[Puppet Users] Postgresql module - no parameter named 'sensitive'

2022-01-12 Thread Gábor Auth
Hi, I've just upgraded the postgresql module to the 7.5.0 and I get an error on the nodes, like this: Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: no parameter named 'sensitive' (file:

Re: [Puppet Users] FIll array in loop

2022-01-12 Thread Helmut Schneider
Am 10.01.2022 um 18:07 schrieb Karsten Heymann: Hi Helmut, you could take this as a starting point (untested): $profile_logging = $profiles.map | $p_name, $p_data | { $p_data.map | $s_name, $s_data | { $s_data['syslog'] } }.flatten p_ is the outer profile layer, s_ is the inner service

Re: [Puppet Users] File content misrecognised as checksum

2022-01-12 Thread Iain Hallam
The Puppet code is looping through dozens of domains, creating resources for each, so downloading won't work unless I create some service that can craft the right file from parameters in the URL. I've gone with the hack I suggested above for now, that searches for files that should be updated

[Puppet Users] puppetboard configuration

2022-01-12 Thread acp priya
Hi All, Can anyone please help me to set up puppetboard in details steps. I am able to see only apache webpage . Its very urgent. Regards, Priya -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving

[Puppet Users] hiera resources in puppetdb

2022-01-12 Thread 'Matt Zagrabelny' via Puppet Users
Greetings, I use lookup to get data out of hiera: node some-host { class { 'foo': $bar = lookup('bar') } } I'd like to be able to query puppetdb to find out what hosts use various hiera keys. So in the above example. Given bar return some-host. I know I can write a parser to

Re: [Puppet Users] File content misrecognised as checksum

2022-01-12 Thread Josh Cooper
On Wed, Jan 12, 2022 at 8:59 AM Iain Hallam wrote: > I find myself needing to manage a file that has content that to Puppet > looks like a checksum. It isn't, but because Puppet sees any file content > line beginning with "{", 3 to 5 characters, "}", as a checksum, it doesn't > accept the

[Puppet Users] Failed to execute '/pdb/query/v4/nodes/pkolbe.example.com/facts' on at least 1 of the following 'server_urls

2022-01-12 Thread pko...@moleculevfx.com
I've been working on a few things (puppet server upgrade, dns changes, we had an outage) Any suggestions where I should look first? Warning: Unable to fetch my node definition, but the agent run will continue: Warning: Error 500 on SERVER: Server Error: Could not retrieve facts for

Re: [Puppet Users] SSLv3 alert certificate unkown

2022-01-12 Thread Benjamin Ridley
I've had this happen to me before, and usually it was because there was something more fundamental going wrong with the Puppet Server that was causing connection issues, and the SSLv3 thing is just a red herring. In our case, we ended up having CPU contention issues which was causing really bad