Hi,

concerning your question why everything seems to work pretty well:

On 01/27/2012 04:59 AM, Romeo Theriault wrote:
> Jan 26 17:09:41 ppt01 puppet-agent[27357]: Using cached catalog

Your agent is using a cached catalog.

puppet agent --test should fail. Also, changing the manifest for this
node should not have any effect until you resolve this problem.

My guess is that the agent has an old master certificate stored or
somesuch. For some reason it regards your current master cert as invalid.

The simplest approach may be to scrutinize the local /var/lib/puppet/ssl
for certificates that match your master's FQDN (perhaps "puppet"). If
you find several, use "openssl x509" to find out how they differ.

HTH,
Felix

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to