Skip to content

Commit

Permalink
Merge 1a30343 into 016b7f2
Browse files Browse the repository at this point in the history
  • Loading branch information
leepa committed Apr 9, 2016
2 parents 016b7f2 + 1a30343 commit f31e7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/facts/windows/virtualization_resolver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ namespace facter { namespace facts { namespace windows {
make_tuple("VMware", string(vm::vmware)),
make_tuple("KVM", string(vm::kvm)),
make_tuple("Bochs", string(vm::bochs)),
make_tuple("Google", string(vm::gce)),
};

auto vals = _wmi->query(wmi::computersystem, {wmi::manufacturer, wmi::model});
Expand Down

0 comments on commit f31e7e4

Please sign in to comment.