summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/exec/shell.rb
Commit message (Collapse)AuthorAgeFilesLines
* (#8302) Improve documentation of exec providersnfagerlund2011-08-101-2/+11
| | | | | | The documentation for the shell and posix providers didn't fully explain the differences between them or the security implications of each. This commit improves the documentation of both providers.
* (#4884) Add an shell provider for execsMatt Robinson2011-03-151-0/+17
This makes it possible to use shell builtins when the exec is inline bash commands. Paired-with: Max Martin