On Thu, Mar 31, 2011 at 3:06 AM, Eric Searcy <[email protected]> wrote:
> My working setup: > [...] Thanks for sharing, I'm using the same configuration as you, including the ssl env vars. Without them, I would always get a Forbidden Request for everything. Sadly, puppetmaster is still storing the request on /var/lib/puppet/ssl/certificate_requests instead of the right way - /var/lib/puppet/ssl/ca/requests. Everything past the certificate request/sign problem is working perfect. On config.ru, I had to use --confdir on ARGV to force not reading the $HOME/.puppet when not using root. So it reads the /etc/puppet/* files instead. (it is a known bug in 0.25.x, as I saw on the bug track.) I'm running out of ideas. For now, i'm using a puppetmasterd standalone daemon on port 8141 and running first-time puppet with --master-port=8141. It accepts the certificate, sign and after that it begins using only the nginx+passenger setup. Any more ideas? When I have some more time, I'll begin to test with other versions of puppet and passenger, or maybe an apache setup... -- []'s Hugo www.devin.com.br -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
