summaryrefslogtreecommitdiffstats
path: root/minion/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved code under the func namespace.Devan Goodwin2007-10-021-119/+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.
* Fix bad indentation in minion, modules and overlordJames Bowes2007-09-291-14/+14
|
* Remove unused importsJames Bowes2007-09-281-1/+0
|
* back to calling it certmaster not certmaster_serverSeth Vidal2007-09-271-1/+1
|
* get rid of overlord_server - use only certmaster_server in minion configSeth Vidal2007-09-271-1/+1
|
* config crap in one file so we don't have recursive/impossible imports, I hopeSeth Vidal2007-09-271-3/+3
|
* sigh - more import and typo clean upsSeth Vidal2007-09-271-2/+2
|
* import loopSeth Vidal2007-09-271-3/+2
|
* port minion/funcd over to new config objectSeth Vidal2007-09-271-6/+6
|
* move logger and config_data to func/funcAdrian Likins2007-09-271-4/+5
| | | | | | | | | | | update modules that need new location modules/func_module.py: update to use new logger/config locations, also go ahead and register as a real module, to shut up the start up. It shouldn't hurt anything Some minor import reordering at a couple places (I try to keep at least system import alphabetical)
* minion.conf,config_data.py: add certmaster and cert_dir configSeth Vidal2007-09-261-4/+5
| | | | utils.py: make it use the config object
* make minion create its keys and get the cert from the certmaster on startupSeth Vidal2007-09-261-0/+72
|
* Renamed server to minion and client to overlordRobin Norwood2007-09-251-0/+47