BTW: I'm using puppet 0.25.5
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet...@googlegroups.com.
To unsubscribe from this group, send email to puppet-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
It sounds like puppetrun isn't using the same certificate name as your
passenger puppet master. The "warning: peer certificate won't be
verified in this SSL session" message leads me to believe this.
You may want to run /usr/sbin/puppetrun --configprint confdir and make
sure it matches the same configuration directory Passenger is using.
Depending on the version of Puppet, there was an issue where Passenger
started the process as UID puppet, which used ~puppet/.puppet as the
$confdir and when running pupprun as root, /etc/puppet may be the
directory being used.
Hope this helps,
--
Jeff McCune
http://www.puppetlabs.com/
That's a bug. Can you report it and update the thread please ?