Issue #2573 has been updated by James Turnbull.

Target version changed from Facter - 1.6.0 to Facter - 1.5.8


----------------------------------------
Bug #2573: fqdn is wrong if nodename is not the first part of fqdn
http://projects.reductivelabs.com/issues/2573

Author: Benedikt Böhm
Status: Ready for Testing
Priority: High
Assigned to: Paul Nasrat
Category: 
Target version: 1.5.8
Keywords: 
Branch: 


the logic in fqdn.rb is too naive because it does no DNS checks. concatenation 
of hostname and domainname does not work in case the hostname/nodename is not 
the same as the first part of the FQDN:

<pre>
# cat /etc/hosts
78.47.63.169    a.newthinking-ns.de ns1
# hostname
ns1
# hostname -f
a.newthinking-ns.de
# facter | grep fqdn
fqdn => ns1.newthinking-ns.de
</pre>

this should probably be solved together with bug 2085 by implementing correct 
dns resolution for fqdn.rb


-- 
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://reductivelabs.com/redmine/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.

Reply via email to