Hey all, I'm pretty new to puppet; I'm coming from a cfengine
background. Anyway, so far I like puppet well enough.
I've got a dilemma I'm hoping this list can help with. I've lost root
access to a postgres master running on an ec2 instance. It's running
a 0.24.x client that's checking into my
On Thu, Nov 11, 2010 at 1:33 PM, Bruce Richardson wrote:
> On Thu, Nov 11, 2010 at 11:52:26AM -0800, birdsong wrote:
>>
>> I'm guessing that I need to somehow serve up a catalog in a non-staged
>> way, but I have no idea how to do that. Any tips? Should I just
I am banging my head against the wall for recently built hosts that
are unable to verify the server's certs. The usual is not working.
on the puppet agent machine:
find /var/lib/puppet/ssl -type f -delete
on puppet master:
puppetca --clean
on agent:
puppetd --server puppet --waitforcert 2 -
ct same error.
err: Could not retrieve catalog from remote server: SSL_connect
returned=1 errno=0 state=SSLv3 read server certificate B: certificate
verify failed
>
> --
> From: "David Birdsong"
> Sent: Saturday, November 13, 201
On Sat, Nov 13, 2010 at 7:56 PM, David Birdsong
wrote:
> On Sat, Nov 13, 2010 at 3:19 PM, Marek Dohojda wrote:
>> First thing I would check is time, to make sure that your manager and host
>> are synched.
>>
> makes sense, i didn't think of this earlier, but alas
I've been wrestling to get the puppet ca server to sign client certs
and have them successfully reconnect later. I think I've done:
find /var/lib/puppet/ -type f -delete ; sudo find /etc/puppet/ssl
-type f -delete ; sudo /usr/sbin/puppetd --server puppet -d -o
--no-daemonize --waitforcert 2
...