Re: [Puppet Users] Re: added puppet CA into the ruby environment

2019-11-13 Thread gramsa49
This is my puppetdb/jetty configuration: agrams@puppet:~$ sudo cat /etc/puppetlabs/puppetdb/conf.d/jetty.ini [sudo] password for agrams: [jetty] host = localhost ssl-host = 0.0.0.0 ssl-port = 8081 ssl-key = /etc/puppetlabs/puppetdb/ssl/private.pem ssl-cert = /etc/puppetlabs/puppetdb/ssl/public.pem

[Puppet Users] Issue with new install of Puppet and PuppetDB

2019-11-13 Thread Keyzer Suze
Hi I have a green field install of puppet - that bits okay - added in puppetdb - this where i have issues Installed - got r10k working got yaml working and some other things - packages then tried puppetdb, but it keeps failing on ssl test this is what i get from s_client --- No client certifi

[Puppet Users] Issue using HAproxy in front of Puppet masters

2019-11-13 Thread 'Guillaume' via Puppet Users
Hello, I'm hard working on setting up the following architecture: - 1 Puppet CA server - 4 Open Source Puppet servers - 1 Load-balancer in front of the 5 previous servers, using HAproxy All the servers are running Debian, and everything work well, except the catalog run time, which is more than

[Puppet Users] How do I turn off file backup for rsync module?

2019-11-13 Thread jmp242
I am creating a large rsync, and in this one case, I don't want puppet doing file backup. rsync::get { '/opt/large_rsync': source => "/nfs/opt/mylargefileset", before => File['/opt/resource'], backup => false, } doesn't work... Is there a way short of disabling fil