summaryrefslogtreecommitdiffstats
path: root/lib/puppet/agent.rb
Commit message (Expand)AuthorAgeFilesLines
* [#4462] uncaught Timeout::ErrorJesse Wolfe2010-09-071-1/+3
* Code smell: Two space indentationMarkus Roberts2010-07-091-85/+85
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-3/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-4/+4
* Feature #3394 REST Runner, preparationJesse Wolfe2010-02-171-2/+0
* Fix 2239 (step three): Refactored Puppet::Agent to base starting/restarting b...Ethan Rowe2010-02-171-45/+15
* Merge branch '0.25.x'Markus Roberts2010-02-091-0/+4
|\
| * Partial reversion of patch for #3088 to fix #3104 (Exception misreported)Markus Roberts2010-01-241-2/+2
| * Fix for #3088 (catching Exception also traps SystemExit)Markus Roberts2010-01-241-0/+4
* | Merge branch '0.25.x'Luke Kanies2009-12-211-2/+2
|\|
| * Fix for #2661 and related issuesMarkus Roberts2009-11-131-2/+2
* | Fix #1934 - detailed-exitcodes for puppetdDeepak Giridharagopal2009-11-191-1/+3
|/
* Ticket #2676 (a typo)Markus Roberts2009-09-251-2/+2
* Fixing the Agent so puppetrun actually works server-sideLuke Kanies2009-05-271-2/+2
* Adding an Agent::Runner class.Luke Kanies2009-02-061-0/+2
* The Agent now uses its lockfile to determine running stateLuke Kanies2009-02-061-6/+1
* Creating and using a new Puppet::Daemon classLuke Kanies2009-02-061-14/+25
* Splitting the Agent class into Agent and ConfigurerLuke Kanies2009-02-061-168/+81
* Removing obsolete code and tests for the agent.Luke Kanies2009-02-061-89/+0
* Converting the catalog as neededLuke Kanies2009-02-061-11/+19
* Moving the Agent locking code to a module.Luke Kanies2009-02-061-38/+18
* Moving classfile-writing to the CatalogLuke Kanies2009-02-061-19/+2
* Moving fact and plugin handling into modulesLuke Kanies2009-02-061-263/+77
* Removing the Agent code that added client-side factsLuke Kanies2009-02-061-9/+0
* Renmaing Puppet::Network::Client::Master to Puppet::AgentLuke Kanies2009-02-061-0/+526
* Revert "Adding the first bits of an Agent class."Luke Kanies2009-02-061-107/+0
* Revert "This is work that I've decided not to keep"Luke Kanies2009-02-061-390/+39
* This is work that I've decided not to keepLuke Kanies2009-02-061-39/+390
* Adding the first bits of an Agent class.Luke Kanies2009-02-061-0/+107