> Is there any developer guide or something similar which I can follow to
> know internal working of puppet in detail? so that I can go to right places
> and test/add modules.
> Any material in this direction will be very helpful to me.
>
Vatsa,
There are a couple of puppetlabs documents on
> Warning: SSL_connect returned=1 errno=0 state=SSLv3 read server
> certificate B: certificate verify failed: [certificate revoked for /CN=
> masterdns.peoplebrowsr.com]
>
It looks like your puppetmaster's cert has been revoked (not the client's).
I think it may be necessary to blow away your
Could you show the puppet code that sets '$rabbitmq_port' and
'$rabbitmq_address' ?
I'd recommend dropping a line like this in your template:
*NODE_PORT=<%= @rabbitmq_port.inspect %>*
(If you see 'nil', the variable either hasn't been set or has been set to
'undef').
Eric
--
You received t