Issue #9457 has been updated by Ken Barber. Status changed from Unreviewed to In Topic Branch Pending Merge Assignee set to Ken Barber Branch set to kbarber/facter/tickets/master/9457-domain_fact_broken
If this isn't sufficient and its urgent - feel free to hack on what I've done since its the end of the day here in the UK. ---------------------------------------- Bug #9457: domain fact no analyzes dnsdomainname or resolv.conf https://projects.puppetlabs.com/issues/9457 Author: Ken Barber Status: In Topic Branch Pending Merge Priority: Urgent Assignee: Ken Barber Category: Target version: 1.6.1 Keywords: domain Branch: kbarber/facter/tickets/master/9457-domain_fact_broken Affected Facter version: 1.6.1rc2 See thread here: http://groups.google.com/group/puppet-users/browse_frm/thread/58fffda0af19c13d Basically the changes to the domain fact have stopped domain from scanning dnsdomainname and resolv.conf. if name = Facter::Util::Resolution.exec('hostname') ... elsif domain = Facter::Util::Resolution.exec('dnsdomainname') The first bit will pretty much always be true ... and if your 'hostname' command doesn't contain your full domain - it won't fall back to checking dnsdomainnname or resolv.conf. -- 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.
