merge 441775 440346 thanks On Tue, Sep 11, 2007 at 02:28:57PM +0900, Jun Nishikawa wrote: > Package: puppet > Version: 0.23.2-3 > Severity: important > > Looks like certification is failing. > "puppetca --list" does not return hostname and cannot sign either.
I'm going to take a wild stab and guess that the change of $ssldir has bitten you. 0.23.2-3 moved /etc/puppet/ssl to /var/lib/puppet/ssl and changed the default config parameter for ssldir on all services to that directory. Most likely, what you'll need to do is take any parameters you've custom set in the deprecated config files (puppetd.conf, puppetmasterd.conf, puppetca.conf, etc), move them into puppet.conf (in the appropriate section, if necessary) and then delete the deprecated config files. Once you do that, your certificates will most likely verify again and all will be well. Then you can just delete the (bogus) /etc/puppet/ssl. - Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]