Age | Commit message (Expand) | Author | Files | Lines |
2007-02-07 | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 5 | -27/+27 |
2007-01-30 | Puppet can now read files on stdin. This means you can put "#!/usr/bin/env p... | luke | 1 | -1/+5 |
2007-01-30 | Not creating the listening server at all if --onetime is enabled. | luke | 1 | -5/+3 |
2007-01-30 | Moving the switch that disables the certificate authority into the main libra... | luke | 1 | -4/+5 |
2007-01-29 | Fixing the warning message related to namespaceauth.conf | luke | 1 | -1/+1 |
2007-01-22 | updating docs with new location for reference info | luke | 5 | -5/+10 |
2007-01-05 | Fixing a few testing bugs that have crept in, and fixing a self-reference pro... | luke | 1 | -1/+1 |
2007-01-04 | Using Puppet.settraps in puppet executable, instead of old ad-hoc code. | luke | 1 | -10/+1 |
2007-01-03 | Simple script to produce type info | lutter | 1 | -0/+235 |
2006-12-29 | Adding carriage returns to output of puppetrun | luke | 1 | -3/+3 |
2006-12-27 | Fixing #353. It was as simple as exiting with a different error code dependi... | luke | 1 | -1/+11 |
2006-12-27 | Closing #362. Case-insensitivity is handled by downcasing all host names. | luke | 1 | -11/+12 |
2006-12-19 | Fixing #385. Puppetca correctly exits with non-zero exit code if there are n... | luke | 1 | -1/+5 |
2006-12-06 | adding note about --no-client | luke | 1 | -0/+5 |
2006-11-16 | Fixing #347 (I hope). Doing a provisional require of rubygems. | luke | 1 | -0/+7 |
2006-11-16 | Fixing #346 -- on some scripts I accidentally used "feature" instead of "feat... | luke | 5 | -5/+5 |
2006-11-13 | Removing the caveat so that the log message is always provided during a run. | luke | 1 | -1/+1 |
2006-11-13 | Applying patch from #335 | luke | 1 | -0/+1 |
2006-11-09 | Fixing #326 -- parseonly now just creates a simple Master without opening a port | luke | 1 | -5/+13 |
2006-11-09 | Slightly more doc updates | luke | 1 | -105/+0 |
2006-11-09 | Small fixes here and there. The rails changes needs to be pushed through the... | luke | 1 | -1/+1 |
2006-11-09 | Refactoring the doc generator a big | luke | 1 | -32/+17 |
2006-11-08 | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 6 | -73/+6 |
2006-10-18 | Another round of bugfixing, including finding out that the tagmail report was... | luke | 1 | -1/+1 |
2006-10-12 | New documentation hierarchy. | ajax | 1 | -2/+2 |
2006-10-10 | Catching missing ldap correctly in puppetrun | luke | 1 | -1/+1 |
2006-10-09 | Fixing #301 -- s/logfile/logdest/g | luke | 1 | -4/+8 |
2006-10-05 | Documented signals the puppet daemons accept | ajax | 1 | -2/+18 |
2006-09-25 | Expanded documentation of command-line arguments for the puppet executables. ... | ajax | 1 | -12/+10 |
2006-09-25 | Expanded documentation of command-line arguments for the puppet executables. | ajax | 1 | -1/+60 |
2006-09-21 | Adding an Autoload instance to Type.rb so that I can load all known types for... | luke | 1 | -0/+5 |
2006-09-21 | Fixing #245, opened by marthag. | luke | 1 | -3/+3 |
2006-09-21 | Fixing #288. | luke | 1 | -1/+1 |
2006-09-19 | Fix trac #282 (Change URL to configref, mention --genconfig) | lutter | 4 | -6/+18 |
2006-09-19 | Fixing #280; added a warning and exiting if no hosts are specified to clean | luke | 1 | -0/+4 |
2006-09-18 | Better documentation around certificate revocation and mgmt | lutter | 1 | -2/+5 |
2006-09-15 | Specifically rescuing Exception, since apparently the default does not rescue... | luke | 6 | -6/+6 |
2006-09-14 | Catching all errors encountered during loading, not just LoadError, to fix on... | luke | 6 | -7/+7 |
2006-09-14 | Let puppetd listen (when given --listen) without a CRL | lutter | 1 | -0/+7 |
2006-09-14 | Brute force fix for trac #266 | lutter | 1 | -1/+5 |
2006-09-05 | Adding the Daemon module back into the Client class, which fixes #247. | luke | 1 | -0/+2 |
2006-08-28 | Adding a module specifically for making doc generation easier, and adding def... | luke | 1 | -0/+5 |
2006-08-23 | Certificate revocation through puppetca. Keep a simple text inventory of all ... | lutter | 1 | -9/+40 |
2006-08-05 | Fix problem when --fqdn is used | lutter | 1 | -1/+1 |
2006-07-31 | fixing puppetdoc to add ordering info | luke | 1 | -0/+2 |
2006-07-21 | Fixing #200. I basically just moved the daemonize statement before most othe... | luke | 1 | -8/+9 |
2006-07-21 | Fixing puppetdoc's output | luke | 1 | -3/+4 |
2006-07-06 | More documentation updates. I think this is sufficient for replacement of th... | luke | 1 | -38/+45 |
2006-07-01 | More report and metrics manipulations. This should be the last of it. | luke | 1 | -0/+9 |
2006-06-29 | First commit of complete reporting support. The only existing report at this... | luke | 1 | -2/+19 |