On 07/07/2012 12:24 AM, Clay wrote: > Thanks. I already disabled puppetdb and still got the above 403 > "Forbidden" error, also tried remove /etc/puppet/ssl and restarted > puppet master, same error.
This may be a case of apache refusing to talk to clients on the local host. Have you checked apache's logs? Furthermore, what I like trying is starting puppet master with --no-daemonize and -dv, also --masterport so your regular agents won't interfere with debugging. Then run the faulty agent against that port and see what happens. If this *does* work, it's even more likely you're looking at an Apache/Passenger problem. You may want to try and enable debugging on your productive master then. HTH, Felix -- 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.