Class: Facts::Windows::Os::Windows::System32

Inherits:
Object
  • Object
show all
Defined in:
lib/facter/facts/windows/os/windows/system32.rb

Constant Summary collapse

FACT_NAME =
'os.windows.system32'
ALIASES =
'system32'

Instance Method Summary collapse

Instance Method Details

#call_the_resolverObject



11
12
13
14
15
# File 'lib/facter/facts/windows/os/windows/system32.rb', line 11

def call_the_resolver
  fact_value = Facter::Resolvers::System32.resolve(:system32)

  [Facter::ResolvedFact.new(FACT_NAME, fact_value), Facter::ResolvedFact.new(ALIASES, fact_value, :legacy)]
end