summaryrefslogtreecommitdiffstats
path: root/bin/puppet
Commit message (Expand)AuthorAgeFilesLines
* Fixing #1408 - --loadclasses works again.Luke Kanies2008-07-101-1/+1
* Fixed 1240 - puppet will function more like puppetd if graphingLuke Kanies2008-07-031-0/+2
* Fixed #1371 - Updated bin/puppet to use Node.findJames Turnbull2008-06-171-1/+1
* issue 1183Andrew Shafer2008-06-161-2/+3
* Fixing the executables to use the new indirection api.Luke Kanies2008-04-081-1/+1
* Fixed #1073 - moved show_diff and other logic post config parseJames Turnbull2008-02-211-8/+8
* Fixed #968 again, this time with tests -- parseonly works,Luke Kanies2008-02-131-2/+10
* Further fixes toward #965. Turned out that the previous fixLuke Kanies2007-12-211-0/+2
* Fixing parseonly with a modified version of jay'sLuke Kanies2007-12-191-0/+2
* Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies2007-12-111-5/+5
* Fixing #951 -- external nodes work again, but you have toLuke Kanies2007-12-101-6/+2
* Reorganizing the file structure for indirection terminus types.Luke Kanies2007-10-151-2/+2
* All tests should now pass again.Luke Kanies2007-10-081-1/+1
* Adding a :code setting for specifying code to runLuke Kanies2007-10-051-1/+1
* This commit is focused on getting the 'puppet' executableLuke Kanies2007-10-051-34/+45
* Fixing #814 -- when files are missing, the exceptions shouldLuke Kanies2007-10-031-3/+3
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-3/+3
* This is basically another intermediate commit. I feel likeLuke Kanies2007-09-171-2/+2
* Fixing #806. Resources correctly look up their fully qualified definition ty...Luke Kanies2007-09-061-1/+5
* Adding support for providing a diff when files are being changed. Currently ...Luke Kanies2007-08-271-0/+5
* Fixing #206 and #422. Executables will still look for the deprecated config ...luke2007-05-061-0/+2
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-3/+3
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-4/+4
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-4/+4
* Puppet can now read files on stdin. This means you can put "#!/usr/bin/env p...luke2007-01-301-1/+5
* updating docs with new location for reference infoluke2007-01-221-1/+1
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-1/+1
* Using Puppet.settraps in puppet executable, instead of old ad-hoc code.luke2007-01-041-10/+1
* Fixing #346 -- on some scripts I accidentally used "feature" instead of "feat...luke2006-11-161-1/+1
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-12/+1
* Fixing #301 -- s/logfile/logdest/gluke2006-10-091-4/+8
* Fix trac #282 (Change URL to configref, mention --genconfig)lutter2006-09-191-1/+5
* Specifically rescuing Exception, since apparently the default does not rescue...luke2006-09-151-1/+1
* Catching all errors encountered during loading, not just LoadError, to fix on...luke2006-09-141-1/+1
* changing the #!ruby lines to #!env rubyluke2006-06-291-1/+1
* adding -e ability to puppet executableluke2006-04-041-12/+14
* Adding TERM to the signals being trappedluke2006-02-241-0/+14
* Enable passing --parseonly from the command linelutter2006-02-211-2/+1
* Adding --loadclasses option to puppetluke2006-02-131-0/+29
* wrapping all work in a single rescue clauseluke2006-02-081-18/+7
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-30/+27
* fixing puppet to default to using the console for outputluke2005-11-161-0/+2
* Central logging now works, although there appear to be a few kinks to work out.luke2005-10-281-5/+3
* Adding logging methods to all Puppet::Element instances, and converting all i...luke2005-10-261-0/+8
* Many, many changes toward a completely functional system. The only current p...luke2005-09-231-5/+18
* adding --noop to puppet executable, and removing some extraneous commentsluke2005-09-171-0/+4
* Successfully parsed my entire converted cfengine configuration; these are all...luke2005-09-171-2/+18
* all tests now pass on solaris 10x86; i had to do some stupid hacking with bas...luke2005-09-071-1/+1
* fixing puppet to use correct method and adding a real test case for itluke2005-08-291-4/+5
* adding RDoc::usage documentation to all executablesLuke Kanies2005-08-291-21/+25