Sha256: a17088096690e484ee033777fe9088065d1a3d50fb95a64b6973806000fea3a1

Contents?: true

Size: 118 Bytes

Versions: 3

Compression:

Stored size: 118 Bytes

Contents

# frozen_string_literal: true

# Fact used in inline_template
Facter.add('quux') do
  setcode do
    'quux'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
puppet-ghostbuster-1.2.1 spec/fixtures/modules/foo/lib/facter/quux.rb
puppet-ghostbuster-1.2.0 spec/fixtures/modules/foo/lib/facter/quux.rb
puppet-ghostbuster-1.1.0 spec/fixtures/modules/foo/lib/facter/quux.rb