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 !
luke (author)
Fri Feb 17 11:56:05 -0800 2006
commit  9279ca866f4457778d2d0de98e8ba43859be5eec
tree    f7d6bec934c0d7229da11f49fc9ca37ec72e085d
parent  d36885fa07b582bf8609cae6382358a9e9c3fe94
facter /
name age message
file CHANGELOG Loading commit data...
file COPYING
file INSTALL Wed Nov 16 09:29:21 -0800 2005 updating INSTALL with patch from ian git-svn-i... [luke]
file LICENSE Thu Sep 10 23:16:53 -0700 2009 Clarify licensing as GPLv2 (or any later version) [Todd Zullinger]
file README
file Rakefile
file TODO Mon Aug 29 14:30:45 -0700 2005 moving things to the trunk git-svn-id: http://... [luke]
directory bin/
directory conf/
directory etc/ Mon Aug 29 14:30:45 -0700 2005 moving things to the trunk git-svn-id: http://... [luke]
file install.rb
directory lib/
directory tests/
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://madstop.com/svn/enhost for an example of the interface.