class Facts::Windows::Os::Windows::InstallationType
Constants
- ALIASES
- FACT_NAME
Public Instance Methods
Source
# File lib/facter/facts/windows/os/windows/installation_type.rb, line 11 def call_the_resolver fact_value = Facter::Resolvers::ProductRelease.resolve(:installation_type) [Facter::ResolvedFact.new(FACT_NAME, fact_value), Facter::ResolvedFact.new(ALIASES, fact_value, :legacy)] end