jamtur01 / facter
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (30)
- Wiki (1)
- Graphs
-
Tree:
fabe21e
Peter Meier (author)
Sat Nov 07 03:10:56 -0800 2009
commit fabe21e702e7d3878fc0775a7dcf24c44aaf4698
tree c28a42981ccf4d7547079e7d3dae04e6104e7bee
parent 810980659d86a30cc9dde6018a4749f659fe2d00
tree c28a42981ccf4d7547079e7d3dae04e6104e7bee
parent 810980659d86a30cc9dde6018a4749f659fe2d00
facter /
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | ||
| |
COPYING | ||
| |
INSTALL | ||
| |
LICENSE | ||
| |
README | ||
| |
README.rst | ||
| |
Rakefile | ||
| |
TODO | ||
| |
autotest/ | ||
| |
bin/ | ||
| |
conf/ | ||
| |
documentation/ | ||
| |
etc/ | ||
| |
install.rb | ||
| |
lib/ | ||
| |
spec/ | ||
| |
tasks/ |
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.

