summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type/exec.rb
Commit message (Expand)AuthorAgeFilesLines
* (#8612) Clarify the function of the example for exec's "creates" parameternfagerlund2011-08-151-7/+10
* Merge commit '2.6.next^1' into nextJesse Wolfe2011-03-251-8/+6
|\
| * (#4769) Fix negative timeout support for newer rubiesNick Lewis2011-03-241-8/+6
* | Merge branch '2.6.next' into nextMax Martin2011-03-231-159/+24
|\|
| * (#4884) Revise new exec tests, add a few moreMax Martin2011-03-171-1/+1
| * (#4884) Break the exec type out to have a posix providerDaniel Pittman2011-03-151-156/+23
| * (#4884) Get rid of open3 require since it wasn't being usedMatt Robinson2011-03-151-3/+1
* | Merge branch '2.6.x' into nextMatt Robinson2011-03-181-1/+3
|\|
| * (#6606) Inline docs: Document all autorequire relationshipsnfagerlund2011-03-041-1/+3
* | (#6551) remove deprecated 'env' parameter to the 'exec' typeDaniel Pittman2011-03-031-9/+0
|/
* Merge remote branch 'jamtur01/tickets/2.6.x/6071' into 2.6.nextJacob Helwig2011-02-011-2/+2
|\
| * Fixed #6071 - Fixed typo and improved exec path error messageJames Turnbull2011-01-301-2/+2
* | (#5594) Update documentation of exec resource type.nfagerlund2011-01-251-32/+2
|/
* Fix for #4299 -- Don't require whichMarkus Roberts2010-11-121-7/+1
* Updated all types to Markdown outputJames Turnbull2010-08-111-67/+66
* Code smell: Two space indentationMarkus Roberts2010-07-091-578/+578
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-6/+6
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-27/+9
* Code smell: Use string interpolationMarkus Roberts2010-07-091-11/+11
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-10/+7
* Code smell: Win32 --> MS_windowsMarkus Roberts2010-07-091-1/+1
* Provides #3723. Add ability for execs to have several attempts at a successfulNigel Kersten2010-02-171-4/+58
* Remove over-eager error branch in a complicated IfJesse Wolfe2010-02-171-4/+0
* Fix Exec typeDavid Schmitt2010-02-171-2/+2
* Implement quoting on the exec commands and repair specsDavid Schmitt2010-02-171-22/+51
* Renamed all references to Reductive Labs to Puppet LabsMarkus Roberts2010-02-171-1/+1
* Fixing most failing test/ tests.Luke Kanies2010-02-171-1/+5
* Fixes #2499. Allows execs to specify an array for the returns parameterNigel Kersten2009-08-081-6/+7
* Removed extra whitespace from end of linesIan Taylor2009-06-061-14/+14
* Documentation fixesJames Turnbull2008-12-131-1/+2
* Applied patch in #1134James Turnbull2008-03-201-0/+5
* Removed the loglevels from the valid values for 'logoutput'Luke Kanies2008-02-271-4/+1
* Fixed ticket #1068 - Minor documentation fixJames Turnbull2008-02-151-1/+1
* Added :env parameter for backwards-compatibility, with warning about deprecat...Paul Lathrop2008-02-051-0/+9
* Fujin's patch for ticket #1007 - consistent use of 'environment' instead of '...Paul Lathrop2008-02-051-8/+8
* Add Exec{ logoutput=> on_failure }David Schmitt2007-11-191-4/+12
* fix #903: add patch from hrvojehrDavid Schmitt2007-11-171-6/+5
* Adding patch from #879 by timLuke Kanies2007-10-261-2/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixing #691 -- I added "refreshable" features to the types that can restart, ...luke2007-07-141-1/+6
* Changing "element" to "resource" in the documentation, which just aligns with...luke2007-07-091-2/+2
* Removing the long-obsolete Element base class. The Parameter and Type classe...luke2007-07-041-1/+0
* Significantly reworked the type => provider interface with respect toluke2007-06-041-2/+2
* Updating the exec docs to specify that the timeout is in secondsluke2007-05-241-1/+2
* Fixing #607 -- parameters and properties now refer to a @resource rather than...luke2007-05-091-12/+12
* Merging of refactor-transacton to the trunk. This work removes the :is attri...ballman2007-05-091-3/+3
* Fixing #430 (I hope) -- execs now autorequire the specified userluke2007-04-301-2/+11
* Mostly done with the conversion to restructured text, but there are still som...luke2007-04-241-5/+5
* The first round of fixes for failing tests.luke2007-03-181-35/+29