Issue #1654 has been updated by luke.

Status changed from Ready for Testing to Closed
Assigned to deleted (lutter)

lutter wrote:
> Ticket #1291 addresses the sort order in general; I still think this patch 
> for the domain fact should be applied since it considerably simplifies the 
> code.

I've merged the patch, but I think the better long-term solution is both 
allowing priorities per resolution, and providing some mechanism for users to 
change priorities.  That's a ways off, though, I think.
----------------------------------------
Bug #1654: Issues with domain name reporting in facter
http://projects.reductivelabs.com/issues/show/1654

Author: rrati
Status: Closed
Priority: Normal
Assigned to: 
Category: 
Target version: 
Complexity: Easy
Affected version: 
Keywords: 


Facter seems to have issues if the NIS domain and dns domain names are 
different.  I have a system where the hostname is a FQDN, dnsdomainname 
produces the correct domain name, and NIS is configured with a different 
domain.  So:

hostname=host.lab.test.domain.com

The outputs of the following commands would be:
dnsdomainname=lab.test.domain.com
nisdomainname=domain.com
domainname=domain.com

In this instance, running facter hostname domain will produce:
host => host
domain => domain.com

The domain should be lab.test.domain.com, but facter is always returning the 
NIS domain name (likely from the domainname command) instead of the system's 
proper domain name.


----------------------------------------
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