Sha256: f1dd00c61df246e53464828b5a9af3918304e022e260a83f717899207f573e61

Contents?: true

Size: 685 Bytes

Versions: 3

Compression:

Stored size: 685 Bytes

Contents

Facter
======

Define facts in this directory.

Sometimes you need to be able to write conditional expressions based
on site-specific data that just isn’t available via Facter. The
solution may be to add a fact to Facter. These additional facts can
then be distributed to Puppet clients and are available for use in
manifests. Learn more at
http://projects.puppetlabs.com/projects/puppet/wiki/Adding_Facts

File paths should match the fact name; for example, a fact
`hardware_platform`, defined like this:

    Facter.add("hardware_platform") do
        setcode do
            %x{/bin/uname -i}.chomp
        end
    end

Should be found in `hardware_platform.rb` in this directory.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
puppet-module-0.3.3 templates/generator/lib/facter/README.markdown
puppet-module-0.3.2 templates/generator/lib/puppet/facter/README.markdown
puppet-module-0.3.0 templates/generator/lib/puppet/facter/README.markdown