summaryrefslogtreecommitdiffstats
path: root/cobbler/module_loader.py
Commit message (Collapse)AuthorAgeFilesLines
* Expose function for getting all modules of a specific category.Michael DeHaan2007-11-141-0/+5
|
* Abstract out the modules system to allow for other types of modules, and to ↵Michael DeHaan2007-11-121-3/+19
| | | | also centralize configuration/loading/access some more.
* Further work on interchangeable backends. Rather than keeping the config fileroot2007-09-051-6/+5
| | | | | | | | | | | | | | format choice in settings (which is something of a Catch-22 situation), this may end up being a config file setting in /etc. Module loaders work and still default to yaml, though I've coded up a sample simple_json serializer that will be functional if users install simple-json. This is just demoware, JSON isn't replacing yaml and is (at least in this case) not as readable because of the way it escapes slashes. This is primarily to enable future work to integrate with other config file formats, such as possibly getting some of the system info from LDAP. Possibly.
* Working on pluggable serializers.root2007-09-051-0/+68