Re: [Puppet Users] domain resolution in facter

2012-10-09 Thread Michael Stahnke
On Tue, Oct 9, 2012 at 9:46 AM, Klaus Ethgen wrote: > Michael Stahnke schrieb: > [Bug in domain.rb] >>> I think that is a bug in facter but I do not know how to open a bug >>> report on the website, there is only a way to display open issues. >> >> You can open one here: http://projects.puppetlab

Re: [Puppet Users] domain resolution in facter

2012-10-09 Thread Michael Stahnke
On Tue, Oct 9, 2012 at 5:05 AM, Klaus Ethgen wrote: > Hello, > > The domain.rb tries to get the domain by calling hostname without any > option. This will mostly leed in only the name without any domain part. > The hostname tool only give the fqdn if called with -f (or --fqdn or > --long). > > Add