Sha256: b7267ab3f04319a1ad498c87e2ac9c4aa1c26d7454f0c365d753d96ac446a4c5

Contents?: true

Size: 109 Bytes

Versions: 3

Compression:

Stored size: 109 Bytes

Contents

# frozen_string_literal: true

# Fact used in template
Facter.add('baz') do
  setcode do
    'baz'
  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/baz.rb
puppet-ghostbuster-1.2.0 spec/fixtures/modules/foo/lib/facter/baz.rb
puppet-ghostbuster-1.1.0 spec/fixtures/modules/foo/lib/facter/baz.rb