summaryrefslogtreecommitdiffstats
path: root/modules/command.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved code under the func namespace.Devan Goodwin2007-10-021-40/+0
| | | | | | Previously we had overlord, minion, modules, and func all at the root of the source tree. After install these would all be shuffled below func. Relocated them in the source tree to reflect this.
* Make the command module use subprocess to capture stdin/stdout and return ↵Michael DeHaan2007-09-281-1/+9
| | | | them to the caller.
* Remove assorted unused importsJames Bowes2007-09-261-1/+0
|
* Add simple command module for executing arbitrary commandsJames Bowes2007-09-261-0/+33