Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing indentation everywhere | Luke Kanies | 2009-01-15 | 1 | -2/+2 |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Set the timeout for the host-based and resolv-based resolutions to 2. | Luke Kanies | 2008-08-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Get kernel version via wmi | Paul Nasrat | 2008-07-17 | 1 | -0/+15 |
| | |||||
* | Retaining 'timeout' as the settor, but using 'limit' as the getter. | Luke Kanies | 2008-06-20 | 1 | -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 Hajducko | 2008-06-19 | 1 | -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 Kanies | 2008-06-17 | 1 | -7/+7 |
| | |||||
* | Refactored so each fact resolution can specify a separate timeout, | Luke Kanies | 2008-06-17 | 1 | -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 #56 | James Turnbull | 2008-05-19 | 1 | -0/+5 |
| | |||||
* | Updated version. Moved most facts to seperate files. | James Turnbull | 2008-05-17 | 1 | -0/+3 |