summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Moved code under the func namespace.Devan Goodwin2007-10-0213-938/+0
* changed more class defs to use (object) instead of () so it works onJesus M. Rodriguez2007-10-011-1/+1
* Fix bad indentation in minion, modules and overlordJames Bowes2007-09-293-8/+8
* Remove unused importsJames Bowes2007-09-281-1/+0
* Make the command module use subprocess to capture stdin/stdout and return the...Michael DeHaan2007-09-281-1/+9
* config crap in one file so we don't have recursive/impossible imports, I hopeSeth Vidal2007-09-271-1/+1
* really nice if I'd stop dropping 'i' out of config_fileSeth Vidal2007-09-271-4/+5
* add a system.list_modules method that returns a list of all the modulesAdrian Likins2007-09-271-2/+3
* move logger and config_data to func/funcAdrian Likins2007-09-271-2/+8
* Remove assorted unused importsJames Bowes2007-09-262-2/+0
* Add simple command module for executing arbitrary commandsJames Bowes2007-09-261-0/+33
* Fix import paths.Michael DeHaan2007-09-261-2/+2
* Import from minion, not serverJames Bowes2007-09-261-2/+2
* Updated the hardware module so that it's usable if smolt isn't installed. Th...Michael DeHaan2007-09-261-3/+7
* Refine the bad hardware checker -- this time it detects my potentially explod...Michael DeHaan2007-09-261-1/+31
* Move packagekit module to contrib directory since the code required to use it...Michael DeHaan2007-09-261-92/+0
* add stuff for specify a mode/uid/gid and a "force" just forAdrian Likins2007-09-251-2/+13
* catch some potentially bad args to the process.kill methodAdrian Likins2007-09-251-2/+11
* Be a bit more paranoid about sub processes. BeforeAdrian Likins2007-09-251-3/+6
* couple of utility makefilesAdrian Likins2007-09-251-0/+19
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-251-0/+92
|\
| * Merge branch 'master' of git://git.fedoraproject.org/git/hosted/funcRobin Norwood2007-09-245-12/+69
| |\
| * | Initial module for PackageKit support. Requires very-latest-from-git Package...Robin Norwood2007-09-241-0/+92
* | | pyflakes cleanupsAdrian Likins2007-09-246-13/+4
| |/ |/|
* | Package the subprocess module so that we can use it on EL4.Michael DeHaan2007-09-245-13/+13
* | Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-242-1/+25
|\|
| * add some simple support for base object methodsAdrian Likins2007-09-242-1/+25
* | Basic plugin for checking SMART status on drives.Michael DeHaan2007-09-241-2/+1
* | Add basic module for checking smart status of drives.Michael DeHaan2007-09-241-0/+58
* | Remove header from ps outputMichael DeHaan2007-09-241-1/+1
|/
* Rename yummod as yum so each module doesn't end up ending in mod :)Michael DeHaan2007-09-211-0/+0
* Added kill and pkill to the process moduleMichael DeHaan2007-09-211-1/+12
* Process module. Accepts flags to PS, returns nicely formatted tabular output.Michael DeHaan2007-09-211-0/+57
* Added a smolt-based hardware profiler module.Michael DeHaan2007-09-211-0/+100
* Remove underscores from exported function names as they are now redundant.Michael DeHaan2007-09-215-17/+17
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcAdrian Likins2007-09-211-5/+5
|\
| * Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-212-0/+152
| |\
| * | Fix up virt code some more.Michael DeHaan2007-09-211-5/+5
* | | change to module loader to allow subdirs in the module path.Adrian Likins2007-09-211-2/+2
| |/ |/|
* | copyfile routine to push files quasi-intelligentlySeth Vidal2007-09-211-0/+104
* | Add yum moduleJames Bowes2007-09-211-0/+48
|/
* Misc fixes to the virt management module.Michael DeHaan2007-09-211-10/+9
* fix typoRobin Norwood2007-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
* Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/funcMichael DeHaan2007-09-211-0/+29
|\
| * Add reboot moduleJames Bowes2007-09-201-0/+29
* | Rename web_svc as func_module.Michael DeHaan2007-09-214-21/+12
|/
* Add virt module.Michael DeHaan2007-09-201-0/+276
* Implement a quickie service control moduleMichael DeHaan2007-09-201-0/+60