| Facter::Resolvers::Linux::DmiBios.resolve(:product_name) == 'VirtualBox' || Facter::Resolvers::VirtWhat.resolve(:vm) =~ /virtualbox/ || ** Facter::Resolvers::Lspci.resolve(:vm) == 'virtualbox' For other info about version and revision of the virtualbox use the following regexs @ [https://github.com/puppetlabs/libwhereami/blob/c9666110a1bdec1c7034e4a607710c704603cbf9/lib/src/detectors/virtualbox_detector.cc#L26 ] to retrieve oem_string use dmidecode command (note: this command does not work on power pcs) |