| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Facter no longer knows anything about Puppet, so there's
no inter-dependency issue.
|
|
|
|
|
|
|
|
|
| |
I was previously creating a mock Puppet class, and this
actually uses Puppet's code.
Note that this use of Puppet creates some additional ordering
problems, which I'm going to fix in the next commit by
undoing all of this work. :)
|
|
|
|
|
| |
This should make it possible to move all facts to separate
files and only load them on demand.
|
|
This makes it easier for our loader to distinguish between
code that Facter uses and new facts.
|