Sha256: 0595bbaba36928427472ce809cf5b6d57cfcdef5678a6c9ab9e3e00a8f52d12b

Contents?: true

Size: 389 Bytes

Versions: 12

Compression:

Stored size: 389 Bytes

Contents

# frozen_string_literal: true

module Facts
  module El
    module Memory
      module Swap
        class Capacity
          FACT_NAME = 'memory.swap.capacity'

          def call_the_resolver
            fact_value = Facter::Resolvers::Linux::Memory.resolve(:swap_capacity)
            Facter::ResolvedFact.new(FACT_NAME, fact_value)
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
facter-4.0.20 lib/facts/el/memory/swap/capacity.rb
facter-4.0.19 lib/facts/el/memory/swap/capacity.rb
facter-4.0.18 lib/facts/el/memory/swap/capacity.rb
facter-4.0.17 lib/facts/el/memory/swap/capacity.rb
facter-4.0.16 lib/facts/el/memory/swap/capacity.rb
facter-4.0.15 lib/facts/el/memory/swap/capacity.rb
facter-4.0.14 lib/facts/el/memory/swap/capacity.rb
facter-4.0.13 lib/facts/el/memory/swap/capacity.rb
facter-4.0.12 lib/facts/el/memory/swap/capacity.rb
facter-4.0.11 lib/facts/el/memory/swap/capacity.rb
facter-4.0.10.pre lib/facts/el/memory/swap/capacity.rb
facter-4.0.9.pre lib/facts/el/memory/swap/capacity.rb