| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change in how logging is defaulted: by default logs go to :syslog, unless the... | lutter | 2006-02-09 | 1 | -2/+0 |
* | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 1 | -143/+46 |
* | Fixing some logging issues | luke | 2006-01-24 | 1 | -0/+10 |
* | Fixing a small checksumming bug, reorganizing the client stuff a bit, and add... | luke | 2006-01-18 | 1 | -0/+13 |
* | Adding Sun support and fixing the last remaining bugs related to the daemon c... | luke | 2006-01-11 | 1 | -4/+8 |
* | Supporting puppetmasterd running as a non-root user, and doing some basic mes... | luke | 2006-01-10 | 1 | -0/+51 |
* | Central logging now works, although there appear to be a few kinks to work out. | luke | 2005-10-28 | 1 | -21/+14 |
* | Adding logging methods to all Puppet::Element instances, and converting all i... | luke | 2005-10-26 | 1 | -0/+8 |
* | Made tweaks here and there to get it running better on my local network. I a... | luke | 2005-10-21 | 1 | -2/+0 |
* | Many, many changes toward a completely functional system. The only current p... | luke | 2005-09-23 | 1 | -0/+10 |
* | Okay, all tests pass again. The work done on nodes will take a little while ... | luke | 2005-09-22 | 1 | -0/+7 |
* | all tests now pass on solaris 10x86; i had to do some stupid hacking with bas... | luke | 2005-09-07 | 1 | -1/+1 |
* | correcting documentation on autosign in puppetmasterd, and switching the auto... | luke | 2005-08-30 | 1 | -1/+6 |