summaryrefslogtreecommitdiffstats
path: root/lib/facter/kernel.rb
Commit message (Collapse)AuthorAgeFilesLines
* (#5394) Document each Facter fact.Ben H2011-03-311-0/+11
| | | | | | | | | Document all the builtin Facter facts in puppetdoc/rdoc format. This is laying the ground work for using a tool like puppet doc, or puppet describe but for facter, so you can see what a fact is for and how it resolves this. This is the "leg work" of documenting the actual facts, and the syntax of them may change in future.
* Fixed #3393 - Updates to Facter for MS WindowsDavid Schmitt2010-06-151-2/+4
| | | | | | | | | | This patch is originally by Daniel Berger <djberg96@gmail.com>, I changed using Facter.value instead of repeatedly testing Config['host_os'], removed Resolution::which, and fixed the specs. Thanks to Paul Nasrat for helping with cross-platform debugging. Signed-off-by: David Schmitt <david@dasz.at>
* more consistent indentation and alignment. also removal of trailing whitespaceIan Taylor2009-02-281-2/+2
|
* Fixed #1850 - Facter updates for Ruby 1.9James Turnbull2009-02-041-1/+1
|
* Use rbconfig to detect windows as no uname binaryPaul Nasrat2008-07-171-1/+7
|
* Rejustifying all of the whitespace in the facts, yay.Luke Kanies2008-06-171-3/+3
|
* Updated version. Moved most facts to seperate files.James Turnbull2008-05-171-43/+0
|
* Added new filesJames Turnbull2008-02-081-0/+46