~gandelman-a/ubuntu/precise/facter/merge922788

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman
  • Date: 2011-10-18 10:32:42 UTC
  • mfrom: (1.3.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: package-import@ubuntu.com-20111018103242-ag8i8vejfp8v7b1b
Tags: upstream-1.6.1
ImportĀ upstreamĀ versionĀ 1.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Facter
 
2
======
 
3
 
 
4
This package is largely meant to be a library for collecting facts about your
 
5
system.  These facts are mostly strings (i.e., not numbers), and are things
 
6
like the output of `uname`, public ssh and cfengine keys, the number of
 
7
processors, etc.
 
8
 
 
9
See `bin/facter` for an example of the interface.
 
10
 
 
11
Running Facter
 
12
--------------
 
13
 
 
14
Run the `facter` binary on the command for a full list of facts supported on your host.
 
15
 
 
16
Adding your own facts
 
17
---------------------
 
18
 
 
19
See the [Adding Facts](http://docs.puppetlabs.com/guides/custom_facts.html) page for details of how to add your own custom facts to Facter.
 
20
 
 
21
Further Information
 
22
-------------------
 
23
 
 
24
See http://www.puppetlabs.com/puppet/related-projects/facter for more details.