Class: Facts::Linux::Hypervisors::Openvz
- Inherits:
-
Object
- Object
- Facts::Linux::Hypervisors::Openvz
- Defined in:
- lib/facter/facts/linux/hypervisors/openvz.rb
Constant Summary collapse
- FACT_NAME =
'hypervisors.openvz'
Instance Method Summary collapse
Instance Method Details
#call_the_resolver ⇒ Object
9 10 11 12 |
# File 'lib/facter/facts/linux/hypervisors/openvz.rb', line 9 def call_the_resolver fact_value = check_openvz Facter::ResolvedFact.new(FACT_NAME, fact_value) end |