summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/exec
Commit message (Collapse)AuthorAgeFilesLines
* (#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
* (#4884) Break the exec type out to have a posix providerDaniel Pittman2011-03-151-0/+112
This is in preparation for allowing other new providers to handle exec commands differently. Reviewed-by: Max Martin and Matt Robinson