Sha256: 3b361e2e2f5e2e6b4bffc57d366d338f2408c4bda069c49e5fc9e7049297a083

Contents?: true

Size: 893 Bytes

Versions: 22

Compression:

Stored size: 893 Bytes

Contents

Facter
======

This package is largely meant to be a library for collecting facts about your
system.  These facts are mostly strings (i.e., not numbers), and are things
like the output of `uname`, public ssh keys, the number of processors, etc.

See `bin/facter` for an example of the interface.

Running Facter
--------------

Run the `facter` binary on the command for a full list of facts supported on
your host.

Adding your own facts
---------------------

See the [Adding Facts](http://docs.puppetlabs.com/guides/custom_facts.html)
page for details of how to add your own custom facts to Facter.

Running Specs
-------------

* bundle install --path .bundle/gems
* bundle exec rake spec

Note: external facts in the system facts.d directory can cause spec failures.

Further Information
-------------------

See http://www.puppetlabs.com/puppet/related-projects/facter for more details.

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
facter-2.1.0 README.md
facter-2.1.0-x86-mingw32 README.md
facter-2.1.0-x64-mingw32 README.md
facter-2.1.0-universal-darwin README.md
facter-2.0.2 README.md
facter-2.0.2-x86-mingw32 README.md
facter-2.0.2-universal-darwin README.md
facter-2.0.1 README.md
facter-2.0.1-x86-mingw32 README.md
facter-2.0.1-universal-darwin README.md
facter-2.0.1.rc4 README.md
facter-2.0.1.rc4-x86-mingw32 README.md
facter-2.0.1.rc4-universal-darwin README.md
facter-2.0.1.rc3 README.md
facter-2.0.1.rc3-x86-mingw32 README.md
facter-2.0.1.rc3-universal-darwin README.md
facter-2.0.1.rc2 README.md
facter-2.0.1.rc2-x86-mingw32 README.md
facter-2.0.1.rc2-universal-darwin README.md
facter-2.0.1.rc1 README.md