Uhm - those links you posted use an unroutable address. So that's not going to work for anyone.
On 03/20/2013 07:06 AM, yarlagadda ramya wrote: > *dnsdomainname: Host name lookup failure > dnsdomainname: Host name lookup failure > * > this is common in the starting two lines of both the commands Facter cannot detect your host's FQDN because dnsdomainname -f isn't working. The easiest way to resolve this is adding a suitable line near the top of your /etc/hosts file. You can generate this line like this: echo `facter ipaddress` my.fully-qualfied-name.domain `facter hostname` of course, replacing my.fully-qualfied-name.domain with the actual fqdn. Puppet cannot work until "facter fqdn" returns a sensible value. HTH, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
