summaryrefslogtreecommitdiffstats
path: root/test/agent.rb
Commit message (Collapse)AuthorAgeFilesLines
* Splitting the Agent class into Agent and ConfigurerLuke Kanies2009-02-061-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 Kanies2009-02-061-320/+0
| | | | Signed-off-by: Luke Kanies <luke@madstop.com>
* Removing the Agent code that added client-side factsLuke Kanies2009-02-061-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::AgentLuke Kanies2009-02-061-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>