summaryrefslogtreecommitdiffstats
path: root/modules/reboot.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved code under the func namespace.Devan Goodwin2007-10-021-29/+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.
* Package the subprocess module so that we can use it on EL4.Michael DeHaan2007-09-241-2/+2
|
* Remove underscores from exported function names as they are now redundant.Michael DeHaan2007-09-211-1/+1
|
* use the right moduleSeth Vidal2007-09-211-1/+1
|
* Missed reboot.py when renaming web_svc to func_module.Michael DeHaan2007-09-211-2/+2
|
* Add reboot moduleJames Bowes2007-09-201-0/+29