Issue #9457 has been reported by Ken Barber. ---------------------------------------- Bug #9457: domain fact no analyzes dnsdomainname or resolv.conf https://projects.puppetlabs.com/issues/9457
Author: Ken Barber Status: Unreviewed Priority: Urgent Assignee: Category: Target version: 1.6.1 Keywords: domain Branch: 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.
