Current File : //opt/puppetlabs/puppet/lib/ruby/vendor_ruby/facter/facts/windows/virtual.rb
# frozen_string_literal: true

module Facts
  module Windows
    class Virtual
      FACT_NAME = 'virtual'

      def call_the_resolver
        fact_value = Facter::Resolvers::Windows::Virtualization.resolve(:virtual)

        Facter::ResolvedFact.new(FACT_NAME, fact_value)
      end
    end
  end
end
Page not found – Hello World !