Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored so each fact resolution can specify a separate timeout, | Luke Kanies | 2008-06-17 | 1 | -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 Kanies | 2008-05-16 | 1 | -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 Kanies | 2008-05-15 | 1 | -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 Kanies | 2008-05-15 | 1 | -0/+84 |
This makes it easier for our loader to distinguish between code that Facter uses and new facts. |