Issue #8342 has been updated by Carl Lantz.
I am having the same problem using ruby 1.8.7. I was using passenger but switched it to use mongrel. The puppet version is 2.7.3. The error in the log file is the same. "Host is missing hostname and/or domain: FQDN" What other information do you need? ---------------------------------------- Bug #8342: facts not available to mongrels behind nginx https://projects.puppetlabs.com/issues/8342 Author: Richard Hesse Status: Needs More Information Priority: Normal Assignee: Category: mongrel Target version: Affected Puppet version: 2.7.1 Keywords: Branch: Something changed in between 2.6.9 and 2.7.1 that prevents puppetmasters running in mongrel behind nginx from "seeing" client facts. Using tcpdump on a loopback, I've verified that the client facts are sent by nginx. Puppet is ignoring/not seeing them. This error message is logged on the puppetmaster: "Host is missing hostname and/or domain: $fqdn". Anything that requires a fact doesn't work properly, but everything else works ok. Downgrading from 2.7.1 to 2.6.9 resolved the issue without changing any other variables (nginx, configurations, etc). Webrick in 2.7.1 does the right thing, just not mongrel behind a proxy. Using mongrel 1.1.5. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
