Issue #4508 has been updated by Michael Stahnke. Target version changed from 1.6.0 to 1.6.x
---------------------------------------- Bug #4508: Facter does not recognise Xen HVM DomU https://projects.puppetlabs.com/issues/4508 Author: Rein Henrichs Status: In Topic Branch Pending Merge Priority: Normal Assignee: Michael Kincaid Category: library Target version: 1.6.x Keywords: Branch: https://github.com/mkincaid/facter/tree/ticket/next/4508 Affected Facter version: While discovering puppet, I just figured out that facter does not recognise my server as Xen HVM DomU, at least not in virtual fact: <pre> # facter facterversion => 1.5.1 manufacturer => Xen operatingsystem => Debian operatingsystemrelease => 5.0.5 productname => HVM domU puppetversion => 0.25.4 rubyversion => 1.8.7 type => Other virtual => physical </pre> My dom0 is ok: virtual => xen0 The problem is that I want to use virtual fact to manage grub menu.lst options related to xen. For the moment, I'm trying to use virtual fact. A quick look into virtual.rb, and a dirty hack later, I can see my HVM domU as what they are. Now I wonder to know if I use the right fact ? -- 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.
