On Fri, Feb 11, 2011 at 11:38 AM, CraftyTech <hmmed...@gmail.com> wrote: > I'm running puppetmaster with passenger and it's breaking my puppetrun > capabilities. If run puppetrun running from webbrick it runs, if I run it > with apache/passenger, it gives me an error.
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/ -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@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.