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 puppet-us...@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