public
Description: A utility for obtaining common facts about your operating system
Homepage: http://reductivelabs.com/trac/facter
Clone URL: git://github.com/haji/facter.git
facter /
name age message
file CHANGELOG Thu Jun 19 17:58:36 -0700 2008 Fixes #1376 - Display memory facts for AIX [haji]
file COPYING Mon Jan 22 08:06:26 -0800 2007 updating docs a bit [luke]
file INSTALL Wed Nov 16 09:29:21 -0800 2005 updating INSTALL with patch from ian [luke]
file LICENSE Mon Aug 29 14:30:45 -0700 2005 moving things to the trunk [luke]
file README Fri May 16 12:57:26 -0700 2008 Adding a --puppet option to facter to load Pupp... [lak]
file Rakefile Sun May 25 17:18:07 -0700 2008 Testing gitosis [lak]
file TODO Mon Aug 29 14:30:45 -0700 2005 moving things to the trunk [luke]
directory autotest/ Tue May 13 18:49:04 -0700 2008 Adding autotest hooks [lak]
directory bin/ Fri May 16 12:57:26 -0700 2008 Adding a --puppet option to facter to load Pupp... [lak]
directory conf/ Sun May 18 17:29:36 -0700 2008 Updated Red Hat spec file for new version and f... [jamtur01]
directory documentation/ Mon Jul 31 13:59:22 -0700 2006 updates [luke]
directory etc/ Mon Aug 29 14:30:45 -0700 2005 moving things to the trunk [luke]
file install.rb Tue Jul 17 13:29:17 -0700 2007 making the install script executable [luke]
directory lib/ Thu Jun 19 19:44:44 -0700 2008 Setting the timeout for the puppetversion fact ... [lak]
directory spec/ Tue Jun 17 08:54:23 -0700 2008 Refactored so each fact resolution can specify ... [lak]
directory vendor/ Sun Feb 17 14:15:10 -0800 2008 Switching from test/unit to rspec, and fixing a... [lak]
README
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.

It currently cannot collect very much information, but it is architected to be
both OS and OS version specific.

See bin/facter or http://reductivelabs.com/trac/enhost for an example of the
interface.