summaryrefslogtreecommitdiffstats
path: root/func/minion/modules/service.py
Commit message (Expand)AuthorAgeFilesLines
* * Added close_fds=True to sub_process calls.Silas Sewell2008-11-251-3/+3
* strip any white space passed into services nameAdrian Likins2008-06-261-0/+2
* better validation in server side for servicesmakkalot2008-06-221-1/+2
* update the service module according to new stuffmakkalot2008-06-081-8/+10
* arghh we can not use private methods so make public that register thingmakkalot2008-06-021-1/+1
* implement the current options for service module to see if it worksmakkalot2008-06-021-0/+26
* added in the desc/version/api items in the modules.Steve 'Ashcrow' Milner2008-01-161-0/+4
* Simplify our modules by auto-detecting them and registering their handlersLuke Macken2008-01-151-17/+1
* removed a lot of misplaced shebangs.Steve 'Ashcrow' Milner2008-01-131-2/+0
* Adding part 2 to service inventory -- what the services are currently doing.Michael DeHaan2007-10-251-3/+16
* Added the first part of the service inventory code (chkconfig state) .. next ...Michael DeHaan2007-10-251-5/+35
* Moved code under the func namespace.Devan Goodwin2007-10-021-0/+59