public
Description: A simple system for retrieving information about your operating system
Homepage: http://reductivelabs.com/trac/facter
Clone URL: git://github.com/lak/facter.git
Click here to lend your support to: facter and make a donation at www.pledgie.com !
lak (author)
Mon Feb 16 15:59:39 -0800 2009
commit  91d8cb759baca3322bc5807a87a199f0aef82c6f
tree    8cf1f04e35b69ab501b184d46315dcd782054271
parent  a99d04358533b1cac29ed777440e2608ba0a01c9
facter /
name age message
file CHANGELOG Thu Feb 12 21:00:15 -0800 2009 Fixed #1966 - Added physicalprocessorcount fact [jamtur01]
file INSTALL Wed Nov 16 09:29:21 -0800 2005 updating INSTALL with patch from ian git-svn-i... [luke]
file LICENSE Tue Sep 16 10:48:28 -0700 2008 Fixing the GPL/LGPL incompatibility by choosing... [lak]
file README Wed Feb 04 03:17:28 -0800 2009 Updated README [jamtur01]
file README.rst Mon Feb 09 20:12:48 -0800 2009 Added README.rst for Facter [jamtur01]
file Rakefile Mon Feb 09 07:14:55 -0800 2009 Added Reductive Labs build library [jamtur01]
file TODO Mon Aug 29 14:30:45 -0700 2005 moving things to the trunk git-svn-id: http://... [luke]
directory autotest/ Wed Jan 21 16:02:16 -0800 2009 Fixed autotest on win32 [jamtur01]
directory bin/ Sun Nov 30 18:14:24 -0800 2008 Fixed errors on unrecognised option in binary [jamtur01]
directory conf/ Fri Nov 07 10:41:19 -0800 2008 Sync specfile with latest from Fedora [David Lutterkort]
directory documentation/ Mon Jul 31 13:59:22 -0700 2006 updates git-svn-id: http://reductivelabs.com/s... [luke]
directory etc/ Mon Aug 29 14:30:45 -0700 2005 moving things to the trunk git-svn-id: http://... [luke]
file install.rb Fri Sep 05 16:59:36 -0700 2008 Fixes #1562 - Removed facter from PREREQS [jamtur01]
directory lib/ Mon Feb 16 15:59:39 -0800 2009 Updated to version 1.5.4 [lak]
directory spec/ Tue Feb 03 16:44:24 -0800 2009 Fixing #1927 - failing facts don't kill Facter ... [lak]
directory tasks/ Mon Feb 09 07:14:55 -0800 2009 Added Reductive Labs build library [jamtur01]
README.rst

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 and cfengine 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 wiki page for details of how to add your own custom facts to Facter.

Further Information

See http://reductivelabs.com/projects/facter/ for more details.