summaryrefslogtreecommitdiffstats
path: root/bin/puppet
Commit message (Expand)AuthorAgeFilesLines
* [#4196] Move the docs into the source directory structureJesse Wolfe2010-07-091-69/+0
* feature #2276 Single Executable: CommandLine can be instantiatedJesse Wolfe2010-02-171-17/+1
* feature #2276 Single Executable: subcommand methodJesse Wolfe2010-02-171-6/+6
* feature #2276 Single Executable: help for applyJesse Wolfe2010-02-171-0/+69
* feature #2276 Single Executable: legacy settingsJesse Wolfe2010-02-171-6/+6
* Fix #3552 single executable should display usageJesse Wolfe2010-02-171-6/+3
* Fixing 'puppet' to directly run manifestsLuke Kanies2010-04-091-1/+6
* Moving puppet back to binLuke Kanies2010-04-091-0/+18
* Renaming the old puppet executableRein Henrichs2010-02-171-71/+0
* Signed-off-by: Eric Sorenson <ahpook@gmail.com>Eric Sorenson2009-08-011-1/+1
* Fixed #2052 - Added -e option to puppet --help outputJames Turnbull2009-06-121-1/+4
* Move puppet to the Application Controller paradigmBrice Figureau2009-02-161-189/+2
* Fixing tests broken during the #1405 fix.Luke Kanies2009-02-061-1/+4
* Renaming Puppet::Node::Catalog to Puppet::Resource::CatalogLuke Kanies2008-12-181-1/+1
* Fixed #1633 - Added support for --detailed-exits to bin/puppetLuke Kanies2008-10-081-3/+23
* Fixed #1628 - Changed node search to use certname rather than Facter hostnameJames Turnbull2008-10-031-3/+4
* Updated puppet binary documentationJames Turnbull2008-10-031-5/+5
* 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