Now this is really strange.  I removed /var/lib/puppet on the client side 
and manually did a puppet agent test while doing a "command line" puppet 
test on the master and I got:

Info: Could not find certificate for 'ourserver.ourdomain.com'
Info: Could not find certificate_request for 'ourserver.ourdomain.com'
Notice: ourserver.ourdomain.com has a waiting certificate request
Notice: Signed certificate request for ourserver.ourdomain.com
Notice: Removing file Puppet::SSL::CertificateRequest 
ourserver.ourdomain.com at 
'/var/lib/puppet/ssl/ca/requests/ourserver.domain.com.pem'
Info: Caching node for ourserver.ourdomain.com

Now I am suspicious that there is a problem with "rack".   My config.ru is 
based on what is in the latest puppet docs:

$0 = "master"

# ARGV << "--debug"
ARGV << "--confdir" << "/etc/puppet"
ARGV << "--vardir"  << "/var/lib/puppet"
ARGV << "--rack"

require 'puppet/application/master'
run Puppet::Application[:master].run

And I have no idea if/how/why this would affect Certs.   Still going to 
have to look into this.  OR, I can just ditch Passenger and go back to 
running Puppet by itself.   We have 40 hosts, so I don't think I'll miss 
Passenger, or having to update the *.conf every time there's an update.

Thoughts?


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to