summaryrefslogtreecommitdiffstats
path: root/lib/facter/util/collection.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactored so each fact resolution can specify a separate timeout,Luke Kanies2008-06-171-2/+26
| | | | | | but the default is still 0.5. Set the timeout on the AIX kernelrelease fact to 5 seconds.
* Retrieval of fact values now autoloads facts.Luke Kanies2008-05-161-1/+1
| | | | | I was only autoloading in certain circumstances, but it now autoloads any time you try to load a fact directly.
* Switching Facter to using the new loader.Luke Kanies2008-05-151-1/+19
| | | | | This should make it possible to move all facts to separate files and only load them on demand.
* Moving all of the support classes to util/.Luke Kanies2008-05-151-0/+84
This makes it easier for our loader to distinguish between code that Facter uses and new facts.