summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application/apply.rb
Commit message (Expand)AuthorAgeFilesLines
* (#8401) Document that --detailed-exitcodes is a bitmasknfagerlund2011-07-151-3/+4
* Merge branch '2.6.x' into 2.7.xJacob Helwig2011-06-281-1/+7
|\
| * (#7127) Stop puppet if a prerun command failsJosh Cooper2011-06-101-1/+7
* | Merge branch '2.6.x' into 2.7.xNick Lewis2011-06-081-4/+9
|\|
| * (#2128) Add support for setting node name based on a factNick Lewis2011-06-061-0/+5
| * (#2128) Add the ability to specify a node nameNick Lewis2011-06-061-4/+4
| * Fix #4339 - Locally save the last report to $lastrunreportBrice Figureau2011-04-051-0/+3
* | Revert "(#6928) Removed --ignoreimport"Nick Lewis2011-04-131-5/+0
* | (#6928) Removed --ignoreimportNick Lewis2011-04-131-0/+5
* | (#6928) Remove --parseonlyNick Lewis2011-04-131-18/+5
* | Fixed #5684 - Move to Apache 2.0 licenseJames Turnbull2011-04-111-2/+1
* | Merge branch '2.6.next' into nextMatt Robinson2011-03-071-2/+2
|\|
| * (#6322) --noop should not suppress error codesJesse Wolfe2011-02-251-1/+1
| * (#6346) Move the trap calls onto Signal so they're easier to stubMatt Robinson2011-02-161-1/+1
* | (#1204) Fix --compile and --apply optionsnfagerlund2011-02-171-1/+6
* | (#1204) Edit content and formatting of puppet apply helpnfagerlund2011-02-171-33/+49
* | Merge branch 'maint/2.6.next/help' into nextJesse Wolfe2011-02-031-0/+76
|\ \
| * | Maint: move puppet apply --helpJesse Wolfe2011-02-031-0/+76
| |/
| * (#5375) Rework puppet apply to use configurer.runPaul Berry2010-12-161-18/+2
* | Maint: Refactor code to use <class>.indirection.<method>Paul Berry2010-11-291-4/+4
* | (#5375) Rework puppet apply to use configurer.runPaul Berry2010-11-231-19/+2
* | Merge remote branch 'masterzen/feature/master/4339' into nextPaul Berry2010-11-221-0/+4
|\ \
| * | Fix #4339 - Locally save the last report to $lastrunreportBrice Figureau2010-11-131-0/+3
| * | Fix #4339 - Allow puppet apply to save last run summaryBrice Figureau2010-11-131-0/+1
| |/
* / (#5370) Made metrics and --summarize work with Puppet applyPaul Berry2010-11-221-1/+1
|/
* Fix for #4501 -- reports not generated in standaloneMarkus Roberts2010-08-241-5/+10
* [#4298] Puppet apply prints an error if the file to apply doesn't existMatt Robinson2010-08-211-1/+4
* Code smell: Two space indentationMarkus Roberts2010-07-091-129/+129
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-13/+5
* Code smell: Use string interpolationMarkus Roberts2010-07-091-4/+4
* [#4149] Don't create two Resource::TypeCollectionsJesse Wolfe2010-07-061-1/+1
* Fix: puppet apply trying to use XMLRPC constantJesse Wolfe2010-06-251-5/+1
* Working #3139 - Catalogs default to host_configLuke Kanies2010-02-171-2/+0
* Feature #2276 Single Executable: Update docstringsJesse Wolfe2010-02-171-1/+1
* Feature #2935: lazify require graph for applicationsJesse Wolfe2010-02-171-6/+2
* Feature #2276 Single Executable: Pass a commandline object to the applicationJesse Wolfe2010-02-171-4/+4
* Refactor #3706 Reify eigenclasses of ApplicationsJesse Wolfe2010-02-171-9/+9
* feature #2276 Single Executable: subcommand methodJesse Wolfe2010-02-171-4/+4
* Fix #3552 single executable should display usageJesse Wolfe2010-02-171-0/+183