Sha256: 4e2c981b687e55941e0cb771bb946400e89c3021bb058fc05069f3e16edfb7cc

Contents?: true

Size: 476 Bytes

Versions: 54

Compression:

Stored size: 476 Bytes

Contents

# frozen_string_literal: true

module Facts
  module Macosx
    module SystemProfiler
      class HardwareUuid
        FACT_NAME = 'system_profiler.hardware_uuid'
        ALIASES = 'sp_platform_uuid'

        def call_the_resolver
          fact_value = Facter::Resolvers::Macosx::SystemProfiler.resolve(:hardware_uuid)
          [Facter::ResolvedFact.new(FACT_NAME, fact_value), Facter::ResolvedFact.new(ALIASES, fact_value, :legacy)]
        end
      end
    end
  end
end

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
facter-4.10.0 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.9.0 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.8.0 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.7.1 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.7.0 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.6.1 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.6.0 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.5.2 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.5.1 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.5.0 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.4.3 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.4.2 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.4.1 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.4.0 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.3.1 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.3.0 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.2.14 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.2.13 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.2.12 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb
facter-4.2.11 lib/facter/facts/macosx/system_profiler/hardware_uuid.rb