public
Fork of lak/facter
Description: A simple system for retrieving information about your operating system
Homepage: http://reductivelabs.com/trac/facter
Clone URL: git://github.com/pnasrat/facter.git
pnasrat (author)
Sat Jan 24 04:52:07 -0800 2009
commit  02c2912fb94edd37d6d7001e28714c11d5939f6d
tree    ef0ad5b487f1a1840f20ad4205d453bb0b43aa45
parent  db4facecf6bd8a8e4629165aafa813652bf2d53d
facter /
name age message
file CHANGELOG Loading commit data...
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 Fri May 16 12:57:26 -0700 2008 Adding a --puppet option to facter to load Pupp... [lak]
file Rakefile
file TODO Mon Aug 29 14:30:45 -0700 2005 moving things to the trunk git-svn-id: http://... [luke]
directory autotest/
directory bin/
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/
directory spec/
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.