| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [#3994] rename the specs to have _spec.rb at the end | Markus Roberts | 2010-06-23 | 1 | -45/+0 |
| | | | | | | | | | | Some spec files like active_record.rb had names that would confuse the load path and get loaded instead of the intended implentation when the spec was run from the same directory as the file. Author: Matt Robinson <matt@puppetlabs.com> Date: Fri Jun 11 15:29:33 2010 -0700 | ||||
| * | Creating and using a new Puppet::Daemon class | Luke Kanies | 2009-02-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | This replaces the short-lived EventManager class, all of the service- and timer-related code in puppet.rb, and moves code from agent.rb, server.rb, and other places into one class responsible for starting, stopping, pids, and more. The Daemon module is no longer in existence, so it's been removed from the classes that were using it. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Adding execute bits to every test currently missing them. | Luke Kanies | 2008-06-13 | 1 | -0/+0 |
| | | |||||
| * | Fixing tests that are broken when running as root under OSX 10.5 | Paul Lathrop | 2008-05-23 | 1 | -0/+2 |
| | | |||||
| * | Disabling http keep-alive as a means of preventing #1010. | Luke Kanies | 2008-03-24 | 1 | -0/+43 |
| There is now a constant in Puppet::Network::HttpPool that will disable or enable this feature, but note that we determined that it can cause corruption, especially in file serving (but it's client-side corruption). | |||||
