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

« back to all changes in this revision

Viewing changes to README

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman
  • Date: 2011-10-18 10:32:42 UTC
  • mfrom: (1.1.10 upstream) (3.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20111018103242-vvgvfa9pf057xnmj
Tags: 1.6.1-1ubuntu1
* Merge from Debian unstable (LP: #877621). Remaining changes:
  - debian/rules: use what we had in natty; we dont want ruby-pkg-tools
    in main. (LP: #408402)
* debian/control: Continue using ruby + libopenssl-ruby as Build-Depends
  even tho Debian has moved to gem2deb (not in main). Move ruby-json to
  Suggests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
This package is largely meant to be a library for collecting facts about your
2
 
system.  These facts are mostly strings (i.e., not numbers), and are things
3
 
like the output of 'uname', public ssh and cfengine keys, the number of
4
 
processors, etc.
5
 
 
6
 
See bin/facter for an example of the interface.
7
 
 
8
 
See http://www.puppetlabs.com/puppet/related-projects/facter for more details.