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 Pu
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 g
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
pkolbe.examp
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
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 an
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 content
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...
ht
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:
/etc/puppetlabs/code/environments/production/modules/postgresql/m
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 layer.