| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Splitting the Agent class into Agent and Configurer | Luke Kanies | 2009-02-06 | 1 | -62/+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> | ||||
| * | Removing obsolete code and tests for the agent. | Luke Kanies | 2009-02-06 | 1 | -320/+0 |
| | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Removing the Agent code that added client-side facts | Luke Kanies | 2009-02-06 | 1 | -37/+0 |
| | | | | | | | It's now moved to the Facter indirector terminus. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Renmaing Puppet::Network::Client::Master to Puppet::Agent | Luke Kanies | 2009-02-06 | 1 | -0/+419 |
| Made minor changes, including removing the parent class. The functionality hasn't changed yet -- that comes in later patches -- but all but a couple of the older tests pass. Signed-off-by: Luke Kanies <luke@madstop.com> | |||||
