On Sun, Aug 21, 2011 at 7:53 PM, Khoury <[email protected]> wrote: > Adding the entry "127.0.0.1 <non-fqdn-hostname>" solved the > problem. I suppose that means dns/reverse dns is one of the ways that > puppet determines what the node name is (although in my case it > appears to be inconsistently applied). I'm just going to make sure the > entry is in each host file using puppet. A bit annoying but > manageable. It would be nice if there were an option under [agent] to > set how it determined the node name though.
Try setting the option certname in the options or add it to puppet.conf [agent] or [puppetd] section (dependent on your version). Thanks, Nan -- 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.
