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
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
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
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