Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Splitting the Agent class into Agent and Configurer | Luke Kanies | 2009-02-06 | 1 | -48/+0 |
| | | | | | | | | | | | | Once I went to add runinterval support to the Agent class, I realized it's really two classes: One that handles starting, stopping, running, et al (still called Agent), and one that handles downloading the catalog, running it, etc. (now called Configurer). This commit includes some additional code, but 95% of it is just moving code around. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Refactoring how the Facter integration works | Luke Kanies | 2009-02-06 | 1 | -26/+3 |
| | | | | | | | | I moved all of the extra Fact modifications into the Facts class, and then moved the calls of those new methods into the Facter terminus. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
* | Moving fact and plugin handling into modules | Luke Kanies | 2009-02-06 | 1 | -0/+71 |
This doesn't change functionality, it just simplifies the agent class. I've also started the work to get the catalog handling done using REST/the Indirector. Signed-off-by: Luke Kanies <luke@madstop.com> |