| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Switching the simpler features to a single file, so it is easier to add new f... | luke | 2007-04-30 | 1 | -0/+3 |
* | Fixing #591 -- puppetd now correctly restarts itself when it receives a HUP | luke | 2007-04-20 | 1 | -1/+1 |
* | Updated to version 0.22.3 | luke | 2007-03-28 | 1 | -1/+1 |
* | Updated to version 0.22.2 | luke | 2007-03-19 | 1 | -1/+1 |
* | The basic plumbing for modules: a modulepath config parameter, and a new | lutter | 2007-03-09 | 1 | -0/+1 |
* | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 1 | -13/+6 |
* | Print stacktrace in debug mode when catchign a signal - useful for understand... | lutter | 2007-02-22 | 1 | -0/+2 |
* | Change Puppet.name to Puppet.execname so rails 1.2 won't freak out. | shadoi | 2007-02-16 | 1 | -1/+1 |
* | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 1 | -3/+3 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -15/+15 |
* | Updated to version 0.22.1 | luke | 2007-02-01 | 1 | -1/+1 |
* | Moving code from external sources into an external/ directory | luke | 2007-01-30 | 1 | -1/+1 |
* | Fixing info around newtype options | luke | 2007-01-29 | 1 | -2/+2 |
* | Updated to version 0.22.0 | luke | 2007-01-05 | 1 | -1/+1 |
* | Trying to clean up how rails is loaded | luke | 2006-12-29 | 1 | -3/+0 |
* | New rails stuff redux. | shadoi | 2006-12-14 | 1 | -0/+3 |
* | Working some on the export/collect problem. It actually works now, but there... | luke | 2006-12-12 | 1 | -1/+3 |
* | Updated to version 0.20.1 | luke | 2006-11-13 | 1 | -1/+1 |
* | Temporarily reverting all of the recent rails work so that I can release 0.20.1 | luke | 2006-11-13 | 1 | -3/+0 |
* | Mostly small changes toward 0.20.1 | luke | 2006-11-10 | 1 | -1/+1 |
* | Rails stuff part 1 | shadoi | 2006-11-09 | 1 | -0/+3 |
* | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -1/+8 |
* | Updated to version 0.20.0 | luke | 2006-10-18 | 1 | -1/+1 |
* | Fixing #291 -- the problem was that instead of throwing an error on a missing... | luke | 2006-10-16 | 1 | -6/+6 |
* | Moving all of the configuration parameters out of puppet.rb into puppet/confi... | luke | 2006-10-16 | 1 | -156/+2 |
* | Fixing #305 -- logs now reopen when Puppet restarts, and there is also now an... | luke | 2006-10-09 | 1 | -0/+6 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -0/+1 |
* | Renaming logfacility to syslogfacility as recommended by lutter. | luke | 2006-10-04 | 1 | -3/+3 |
* | Adding configurability to the syslog facility, using the "logfacility" parame... | luke | 2006-10-04 | 1 | -0/+3 |
* | Updating changelog for 0.19.3, and merging the version changes over. | luke | 2006-09-22 | 1 | -1/+1 |
* | + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process... | erikh | 2006-09-22 | 1 | -1/+2 |
* | Updated to version 0.19.2 | luke | 2006-09-22 | 1 | -1/+1 |
* | Add config option 'node_name' to control what puppetmaster considers the prop... | lutter | 2006-09-18 | 1 | -1/+7 |
* | Updated to version 0.19.1 | luke | 2006-09-15 | 1 | -1/+1 |
* | Adding a :trace config option that prints stack traces of DevErrors, and usin... | luke | 2006-09-13 | 1 | -0/+1 |
* | Updated to version 0.19.0 | luke | 2006-09-06 | 1 | -1/+1 |
* | Adding note about configprint, indicating what versions include it | luke | 2006-09-03 | 1 | -1/+2 |
* | Adding a "configprint" option for printing out the local config state | luke | 2006-08-28 | 1 | -0/+28 |
* | Making some of the metaprogramming a bit more explicit and a bit easier to ma... | luke | 2006-08-20 | 1 | -35/+3 |
* | Updated to version 0.18.4 | luke | 2006-07-22 | 1 | -1/+1 |
* | Updated to version 0.18.3 | luke | 2006-07-11 | 1 | -1/+1 |
* | Updated to version 0.18.2 | luke | 2006-07-04 | 1 | -1/+1 |
* | Significantly redoing metrics. There are now no class variables for metrics,... | luke | 2006-06-30 | 1 | -5/+0 |
* | Updated to version 0.18.1 | luke | 2006-06-28 | 1 | -1/+1 |
* | Moving the timer monitoring to after the services are created (because they a... | luke | 2006-06-28 | 1 | -11/+19 |
* | Largely refactored how log destinations are handled, although it is not expos... | luke | 2006-06-27 | 1 | -1/+6 |
* | Adding HUP and USR1 hooks | luke | 2006-06-26 | 1 | -4/+61 |
* | Updated to version 0.18.0 | luke | 2006-06-14 | 1 | -1/+1 |
* | Updated to version 0.17.2 | luke | 2006-05-19 | 1 | -1/+1 |
* | Adding a lot of structure to puppet.rb to make it easier to manage multiple o... | luke | 2006-05-18 | 1 | -4/+112 |