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)
Fri Aug 15 05:53:55 -0700 2008
commit  70c36015e26de01e36a492b7dd6a226261265902
tree    02a2843dcf6af00822703f2202c3676017b3c496
parent  590a3d003db2f2496a37d021a45e8d7a2c6d9583
facter /
name age message
file CHANGELOG Loading commit data...
file COPYING Mon Jan 22 08:06:26 -0800 2007 updating docs a bit git-svn-id: http://reducti... [luke]
file INSTALL Wed Nov 16 09:29:21 -0800 2005 updating INSTALL with patch from ian git-svn-i... [luke]
file LICENSE Mon Aug 29 14:30:45 -0700 2005 moving things to the trunk git-svn-id: http://... [luke]
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/ 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/
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
directory lib/
directory spec/
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.