summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Plugins/Cfg/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* made bcfg2-lint load lint plugins from server plugins where appropriateChris St. Pierre2012-06-141-0/+21
* Allow Cfg loader to work with python 2.4Tim Laszlo2012-05-181-1/+13
* fixed encrypted genshi/cheetah generatorsChris St. Pierre2012-05-171-0/+4
* add_option properly adds an option to OptionParser after initial parsingChris St. Pierre2012-05-161-1/+1
* fixed bug in list_accept_choices in CfgChris St. Pierre2012-05-141-1/+1
* added ability to disable Cfg file validationChris St. Pierre2012-05-111-22/+32
* added support for validating Cfg file contents using external commandsChris St. Pierre2012-05-091-61/+118
* modularized CfgChris St. Pierre2012-05-081-0/+331