| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Finalizing the filebucket client, with test code. | luke | 2007-03-24 | 1 | -7/+45 |
| * | Adding filebucket client app | luke | 2007-03-24 | 1 | -0/+176 |
| * | Fixing the "readcert" method after getting the signed cert; the method got re... | luke | 2007-03-22 | 1 | -1/+1 |
| * | Don't clobber an explicitly given waitforcert | lutter | 2007-03-19 | 1 | -1/+3 |
| * | Adding the "ralsh" executable (formerly known as x2puppet). | luke | 2007-03-19 | 1 | -0/+149 |
| * | Updating the config generation stuff a bit, mostly just cleanup, but also cha... | luke | 2007-03-19 | 1 | -4/+4 |
| * | Adding provider features. Woot! | luke | 2007-03-19 | 1 | -19/+30 |
| * | Fixing #533 -- puppetd now exits in onetime mode. | luke | 2007-03-18 | 1 | -1/+3 |
| * | 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 | 5 | -43/+42 |
| * | Adding "ignorecache" option to always force a recompile of the configuration | luke | 2007-02-28 | 1 | -1/+2 |
| * | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 5 | -18/+18 |
| * | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 5 | -27/+27 |
| * | Puppet can now read files on stdin. This means you can put "#!/usr/bin/env p... | luke | 2007-01-30 | 1 | -1/+5 |
| * | Not creating the listening server at all if --onetime is enabled. | luke | 2007-01-30 | 1 | -5/+3 |
| * | Moving the switch that disables the certificate authority into the main libra... | luke | 2007-01-30 | 1 | -4/+5 |
| * | Fixing the warning message related to namespaceauth.conf | luke | 2007-01-29 | 1 | -1/+1 |
| * | updating docs with new location for reference info | luke | 2007-01-22 | 5 | -5/+10 |
| * | Fixing a few testing bugs that have crept in, and fixing a self-reference pro... | luke | 2007-01-05 | 1 | -1/+1 |
| * | Using Puppet.settraps in puppet executable, instead of old ad-hoc code. | luke | 2007-01-04 | 1 | -10/+1 |
| * | Simple script to produce type info | lutter | 2007-01-03 | 1 | -0/+235 |
| * | Adding carriage returns to output of puppetrun | luke | 2006-12-29 | 1 | -3/+3 |
| * | Fixing #353. It was as simple as exiting with a different error code dependi... | luke | 2006-12-27 | 1 | -1/+11 |
| * | Closing #362. Case-insensitivity is handled by downcasing all host names. | luke | 2006-12-27 | 1 | -11/+12 |
| * | Fixing #385. Puppetca correctly exits with non-zero exit code if there are n... | luke | 2006-12-19 | 1 | -1/+5 |
| * | adding note about --no-client | luke | 2006-12-06 | 1 | -0/+5 |
| * | Fixing #347 (I hope). Doing a provisional require of rubygems. | luke | 2006-11-16 | 1 | -0/+7 |
| * | Fixing #346 -- on some scripts I accidentally used "feature" instead of "feat... | luke | 2006-11-16 | 5 | -5/+5 |
| * | Removing the caveat so that the log message is always provided during a run. | luke | 2006-11-13 | 1 | -1/+1 |
| * | Applying patch from #335 | luke | 2006-11-13 | 1 | -0/+1 |
| * | Fixing #326 -- parseonly now just creates a simple Master without opening a port | luke | 2006-11-09 | 1 | -5/+13 |
| * | Slightly more doc updates | luke | 2006-11-09 | 1 | -105/+0 |
| * | Small fixes here and there. The rails changes needs to be pushed through the... | luke | 2006-11-09 | 1 | -1/+1 |
| * | Refactoring the doc generator a big | luke | 2006-11-09 | 1 | -32/+17 |
| * | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 6 | -73/+6 |
| * | Another round of bugfixing, including finding out that the tagmail report was... | luke | 2006-10-18 | 1 | -1/+1 |
| * | New documentation hierarchy. | ajax | 2006-10-12 | 1 | -2/+2 |
| * | Catching missing ldap correctly in puppetrun | luke | 2006-10-10 | 1 | -1/+1 |
| * | Fixing #301 -- s/logfile/logdest/g | luke | 2006-10-09 | 1 | -4/+8 |
| * | Documented signals the puppet daemons accept | ajax | 2006-10-05 | 1 | -2/+18 |
| * | Expanded documentation of command-line arguments for the puppet executables. ... | ajax | 2006-09-25 | 1 | -12/+10 |
| * | Expanded documentation of command-line arguments for the puppet executables. | ajax | 2006-09-25 | 1 | -1/+60 |
| * | Adding an Autoload instance to Type.rb so that I can load all known types for... | luke | 2006-09-21 | 1 | -0/+5 |
| * | Fixing #245, opened by marthag. | luke | 2006-09-21 | 1 | -3/+3 |
| * | Fixing #288. | luke | 2006-09-21 | 1 | -1/+1 |
| * | Fix trac #282 (Change URL to configref, mention --genconfig) | lutter | 2006-09-19 | 4 | -6/+18 |
| * | Fixing #280; added a warning and exiting if no hosts are specified to clean | luke | 2006-09-19 | 1 | -0/+4 |
| * | Better documentation around certificate revocation and mgmt | lutter | 2006-09-18 | 1 | -2/+5 |
| * | Specifically rescuing Exception, since apparently the default does not rescue... | luke | 2006-09-15 | 6 | -6/+6 |
| * | Catching all errors encountered during loading, not just LoadError, to fix on... | luke | 2006-09-14 | 6 | -7/+7 |