~ubuntu-branches/ubuntu/trusty/facter/trusty

« back to all changes in this revision

Viewing changes to README.rst

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Pollock, Nigel Kersten, Andrew Pollock
  • Date: 2009-04-13 15:20:21 UTC
  • mfrom: (1.1.5 upstream) (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090413152021-t3uagjamr3ee4njl
Tags: 1.5.4-1
[ Nigel Kersten ]
* New upstream release
* Switch maintainer to pkg-puppet-devel list
* Modify uploaders
* Update watch file regexp to exclude release canditate tarballs
* Use upstream install.rb script to build rather than copying manually

[ Andrew Pollock ]
* debian/control: add libopenssl-ruby to build dependencies
* debian/control: bump Standards-Version (no changes)
* debian/compat: increase to 5
* debian/control: add pciutils and ${misc:Depends} to dependencies

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`_ wiki page for details of how to add your own custom facts to Facter.
 
20
 
 
21
Further Information
 
22
+++++++++++++++++++
 
23
 
 
24
See http://reductivelabs.com/projects/facter/ for more details.
 
25
 
 
26
.. _Adding Facts: http://reductivelabs.com/trac/puppet/wiki/AddingFacts