summaryrefslogtreecommitdiffstats
path: root/lib/facter/kernelrelease.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixing indentation everywhereLuke Kanies2009-01-151-2/+2
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Set the timeout for the host-based and resolv-based resolutions to 2.Luke Kanies2008-08-181-1/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Get kernel version via wmiPaul Nasrat2008-07-171-0/+15
|
* Retaining 'timeout' as the settor, but using 'limit' as the getter.Luke Kanies2008-06-201-1/+1
| | | | | | | I don't like using Fact.add(:fact, :limit => 5), so I added a little extra code to allow us to continue using ':timeout => 5', but use 'limit' for retrieving the value, to avoid the conflict Steve Hajducko is seeing.
* Changed 'timeout' option to 'limit'Steven Hajducko2008-06-191-1/+1
| | | | | This was done to avoid a possible variable scoping issue that was occuring on some AIX systems.
* Rejustifying all of the whitespace in the facts, yay.Luke Kanies2008-06-171-7/+7
|
* Refactored so each fact resolution can specify a separate timeout,Luke Kanies2008-06-171-1/+1
| | | | | | but the default is still 0.5. Set the timeout on the AIX kernelrelease fact to 5 seconds.
* Added support for AIX fixing ticket #56James Turnbull2008-05-191-0/+5
|
* Updated version. Moved most facts to seperate files.James Turnbull2008-05-171-0/+3