| Commit message (Expand) | Author | Age | Files | Lines |
* | Move puppetmasterd to Puppet::Application | Brice Figureau | 2009-02-16 | 1 | -166/+2 |
* | Creating and using a new Puppet::Daemon class | Luke Kanies | 2009-02-06 | 1 | -11/+8 |
* | Removing an erroneous configuration call in puppetmasterd | Luke Kanies | 2009-02-06 | 1 | -1/+0 |
* | Fixing #1729 - puppetmasterd can now read certs at startup | Luke Kanies | 2008-12-18 | 1 | -1/+13 |
* | Setting puppetmasterd up to serve all indirected classes. | Luke Kanies | 2008-11-03 | 1 | -1/+3 |
* | Merge branch '0.24.x' | Luke Kanies | 2008-07-02 | 1 | -2/+3 |
|\ |
|
| * | issue 1183 | Andrew Shafer | 2008-06-16 | 1 | -2/+3 |
* | | The master and client now successfully speak xmlrpc using the new system. | Luke Kanies | 2008-05-07 | 1 | -0/+9 |
* | | The master is now functionally serving REST and xmlrpc. | Luke Kanies | 2008-05-05 | 1 | -1/+5 |
* | | Switched puppetmasterd to use the new-style server plumbing. | Luke Kanies | 2008-05-02 | 1 | -102/+20 |
|/ |
|
* | Moved the configuration of the Node cache to the puppetmasterd | Luke Kanies | 2008-03-24 | 1 | -0/+3 |
* | Fixing a few more loading order issues. | Luke Kanies | 2008-02-29 | 1 | -0/+1 |
* | removing "lib" deprecation notice from autoloader | Luke Kanies | 2008-02-13 | 1 | -1/+0 |
* | Fixing #796 -- the fileserver can now start with no | Luke Kanies | 2007-11-27 | 1 | -12/+1 |
* | Merge branch 'master' of git://michaelobrien.info/puppet into michael | Luke Kanies | 2007-10-09 | 1 | -0/+3 |
|\ |
|
| * | All tests should now pass again. | Luke Kanies | 2007-10-08 | 1 | -0/+3 |
* | | Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser... | Rick Bradley | 2007-10-05 | 1 | -4/+4 |
|/ |
|
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
* | Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd. | Michael V. O'Brien | 2007-10-03 | 1 | -23/+14 |
* | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 1 | -2/+2 |
* | Making sure that #686 is fixed -- I specifically included the Daemon module i... | luke | 2007-07-08 | 1 | -5/+6 |
* | Moving puppetd and puppetmasterd back to bin. Damn. Reverting the fix to #323. | luke | 2007-06-15 | 1 | -0/+302 |
* | Fixing #323 -- puppetd and puppetmasterd are now in sbin; packages still need... | luke | 2007-05-20 | 1 | -302/+0 |
* | Fixing #206 and #422. Executables will still look for the deprecated config ... | luke | 2007-05-06 | 1 | -3/+1 |
* | Fixing #574; puppetmasterd now exits with non-zero error code when there is a... | luke | 2007-04-26 | 1 | -0/+1 |
* | Putting the final touches on #144, most of which I had provided in the mongre... | luke | 2007-03-08 | 1 | -1/+5 |
* | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 1 | -20/+28 |
* | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 1 | -4/+4 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -7/+7 |
* | Moving the switch that disables the certificate authority into the main libra... | luke | 2007-01-30 | 1 | -4/+5 |
* | updating docs with new location for reference info | luke | 2007-01-22 | 1 | -1/+1 |
* | Fixing #346 -- on some scripts I accidentally used "feature" instead of "feat... | luke | 2006-11-16 | 1 | -1/+1 |
* | Fixing #326 -- parseonly now just creates a simple Master without opening a port | luke | 2006-11-09 | 1 | -5/+13 |
* | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -13/+1 |
* | Another round of bugfixing, including finding out that the tagmail report was... | luke | 2006-10-18 | 1 | -1/+1 |
* | Fixing #288. | luke | 2006-09-21 | 1 | -1/+1 |
* | Fix trac #282 (Change URL to configref, mention --genconfig) | lutter | 2006-09-19 | 1 | -2/+4 |
* | Specifically rescuing Exception, since apparently the default does not rescue... | luke | 2006-09-15 | 1 | -1/+1 |
* | Catching all errors encountered during loading, not just LoadError, to fix on... | luke | 2006-09-14 | 1 | -1/+1 |
* | More report and metrics manipulations. This should be the last of it. | luke | 2006-07-01 | 1 | -0/+9 |
* | First commit of complete reporting support. The only existing report at this... | luke | 2006-06-29 | 1 | -2/+19 |
* | changing the #!ruby lines to #!env ruby | luke | 2006-06-29 | 1 | -1/+1 |
* | Setting pluginsync default to false, and (hopefully) fixing autosign problem ... | luke | 2006-06-20 | 1 | -2/+0 |
* | Fixing some logging issues with puppetmasterd when daemonized with verbose mo... | luke | 2006-06-14 | 1 | -9/+24 |
* | Adding a lot of structure to puppet.rb to make it easier to manage multiple o... | luke | 2006-05-18 | 1 | -15/+10 |
* | Fixing the docs a bit for the executables, adding a --daemonize option to pup... | luke | 2006-04-30 | 1 | -24/+34 |
* | Fixing #98. Filebuckets now work throughout the system, and the puppetmaster... | luke | 2006-03-12 | 1 | -3/+3 |
* | Fixing #68. After tons and tons and tons of work, everything successfully co... | luke | 2006-03-02 | 1 | -2/+9 |
* | Adding TERM to the signals being trapped | luke | 2006-02-24 | 1 | -3/+7 |
* | removing the initial syslog dest setting | luke | 2006-02-24 | 1 | -1/+1 |