Sha256: 2ee2088504310e2f9b788427e7acb0aa5c2242c4f0388fca9202c59c9fbe92c7
Contents?: true
Size: 602 Bytes
Versions: 16
Compression:
Stored size: 602 Bytes
Contents
#include <internal/facts/openbsd/virtualization_resolver.hpp> #include <facter/facts/scalar_value.hpp> #include <facter/facts/collection.hpp> #include <facter/facts/fact.hpp> #include <facter/facts/vm.hpp> #include <leatherman/execution/execution.hpp> #include <boost/algorithm/string.hpp> using namespace std; using namespace facter::facts; using namespace leatherman::execution; namespace facter { namespace facts { namespace openbsd { string virtualization_resolver::get_hypervisor(collection& facts) { return get_fact_vm(facts); } } } } // namespace facter::facts::openbsd
Version data entries
16 entries across 16 versions & 2 rubygems