summaryrefslogtreecommitdiffstats
path: root/lib/facter/util/fact.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixing indentation everywhereLuke Kanies2009-01-151-1/+1
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixing some warnings in various classes.Luke Kanies2008-06-191-1/+1
|
* Refactoring how recursive searches are detected.Luke Kanies2008-06-171-19/+37
| | | | | | Using a yield hook instead of just setting @searching to be true, which should be more consistent because @searching will now always be turned off at the end of the search.
* Refactored so each fact resolution can specify a separate timeout,Luke Kanies2008-06-171-11/+3
| | | | | | but the default is still 0.5. Set the timeout on the AIX kernelrelease fact to 5 seconds.
* Adding a timeout to fact retrieval, fixing #56.Luke Kanies2008-05-201-1/+11
| | | | | The timeout is currently 0.5 seconds, which should generally be enough time.
* Moving all of the support classes to util/.Luke Kanies2008-05-151-0/+102
This makes it easier for our loader to distinguish between code that Facter uses and new facts.