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

module Facts
  module Freebsd
    class ZpoolFeatureflags
      FACT_NAME = 'zpool_featureflags'

      def call_the_resolver
        fact_value = Facter::Resolvers::Zpool.resolve(:zpool_featureflags)
        Facter::ResolvedFact.new(FACT_NAME, fact_value)
      end
    end
  end
end
Page not found – Hello World !