| Commit message (Expand) | Author | Age | Files | Lines |
| * | Signed-off-by: Eric Sorenson <ahpook@gmail.com> | Eric Sorenson | 2009-08-01 | 1 | -1/+1 |
| * | Fixed #2052 - Added -e option to puppet --help output | James Turnbull | 2009-06-12 | 1 | -1/+4 |
| * | Move puppet to the Application Controller paradigm | Brice Figureau | 2009-02-16 | 1 | -189/+2 |
| * | Fixing tests broken during the #1405 fix. | Luke Kanies | 2009-02-06 | 1 | -1/+4 |
| * | Renaming Puppet::Node::Catalog to Puppet::Resource::Catalog | Luke Kanies | 2008-12-18 | 1 | -1/+1 |
| * | Fixed #1633 - Added support for --detailed-exits to bin/puppet | Luke Kanies | 2008-10-08 | 1 | -3/+23 |
| * | Fixed #1628 - Changed node search to use certname rather than Facter hostname | James Turnbull | 2008-10-03 | 1 | -3/+4 |
| * | Updated puppet binary documentation | James Turnbull | 2008-10-03 | 1 | -5/+5 |
| * | Fixing #1408 - --loadclasses works again. | Luke Kanies | 2008-07-10 | 1 | -1/+1 |
| * | Fixed 1240 - puppet will function more like puppetd if graphing | Luke Kanies | 2008-07-03 | 1 | -0/+2 |
| * | Fixed #1371 - Updated bin/puppet to use Node.find | James Turnbull | 2008-06-17 | 1 | -1/+1 |
| * | issue 1183 | Andrew Shafer | 2008-06-16 | 1 | -2/+3 |
| * | Fixing the executables to use the new indirection api. | Luke Kanies | 2008-04-08 | 1 | -1/+1 |
| * | Fixed #1073 - moved show_diff and other logic post config parse | James Turnbull | 2008-02-21 | 1 | -8/+8 |
| * | Fixed #968 again, this time with tests -- parseonly works, | Luke Kanies | 2008-02-13 | 1 | -2/+10 |
| * | Further fixes toward #965. Turned out that the previous fix | Luke Kanies | 2007-12-21 | 1 | -0/+2 |
| * | Fixing parseonly with a modified version of jay's | Luke Kanies | 2007-12-19 | 1 | -0/+2 |
| * | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 1 | -5/+5 |
| * | Fixing #951 -- external nodes work again, but you have to | Luke Kanies | 2007-12-10 | 1 | -6/+2 |
| * | Reorganizing the file structure for indirection terminus types. | Luke Kanies | 2007-10-15 | 1 | -2/+2 |
| * | All tests should now pass again. | Luke Kanies | 2007-10-08 | 1 | -1/+1 |
| * | Adding a :code setting for specifying code to run | Luke Kanies | 2007-10-05 | 1 | -1/+1 |
| * | This commit is focused on getting the 'puppet' executable | Luke Kanies | 2007-10-05 | 1 | -34/+45 |
| * | Fixing #814 -- when files are missing, the exceptions should | Luke Kanies | 2007-10-03 | 1 | -3/+3 |
| * | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 1 | -3/+3 |
| * | This is basically another intermediate commit. I feel like | Luke Kanies | 2007-09-17 | 1 | -2/+2 |
| * | Fixing #806. Resources correctly look up their fully qualified definition ty... | Luke Kanies | 2007-09-06 | 1 | -1/+5 |
| * | Adding support for providing a diff when files are being changed. Currently ... | Luke Kanies | 2007-08-27 | 1 | -0/+5 |
| * | Fixing #206 and #422. Executables will still look for the deprecated config ... | luke | 2007-05-06 | 1 | -0/+2 |
| * | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 1 | -3/+3 |
| * | 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 | -4/+4 |
| * | Puppet can now read files on stdin. This means you can put "#!/usr/bin/env p... | luke | 2007-01-30 | 1 | -1/+5 |
| * | updating docs with new location for reference info | luke | 2007-01-22 | 1 | -1/+1 |
| * | 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 |
| * | Fixing #346 -- on some scripts I accidentally used "feature" instead of "feat... | luke | 2006-11-16 | 1 | -1/+1 |
| * | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -12/+1 |
| * | Fixing #301 -- s/logfile/logdest/g | luke | 2006-10-09 | 1 | -4/+8 |
| * | Fix trac #282 (Change URL to configref, mention --genconfig) | lutter | 2006-09-19 | 1 | -1/+5 |
| * | 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 |
| * | changing the #!ruby lines to #!env ruby | luke | 2006-06-29 | 1 | -1/+1 |
| * | adding -e ability to puppet executable | luke | 2006-04-04 | 1 | -12/+14 |
| * | Adding TERM to the signals being trapped | luke | 2006-02-24 | 1 | -0/+14 |
| * | Enable passing --parseonly from the command line | lutter | 2006-02-21 | 1 | -2/+1 |
| * | Adding --loadclasses option to puppet | luke | 2006-02-13 | 1 | -0/+29 |
| * | wrapping all work in a single rescue clause | luke | 2006-02-08 | 1 | -18/+7 |
| * | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 1 | -30/+27 |
| * | fixing puppet to default to using the console for output | luke | 2005-11-16 | 1 | -0/+2 |