Hi Adam, Thanks for the information. I will give this a try.
Mike -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Adam Heinz Sent: Thursday, January 06, 2011 11:30 AM To: [email protected] Subject: Re: [Puppet Users] Certificate / Private Key Mismatch I get that message when I rebuild a server in place. Puppetmaster is complaining that the public key it expects for your node has changed. On your puppetmaster as root, do: find /var/lib/puppet/ssl/ -name $1.pem -delete sed '/$1/d' /var/lib/puppet/ssl/ca/inventory.txt > /tmp/inventory.txt mv -f /tmp/inventory.txt /var/lib/puppet/ssl/ca/inventory.txt where $1 is the fqdn of the node. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. _____________________________________________________________________ PLEASE NOTE: Florida has a very broad public records law (F. S. 119). All e-mails to and from County Officials are kept as a public record. Your e-mail communications, including your e-mail address may be disclosed to the public and media at any time. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
