summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Bundle.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed import/usage of MetadataConsistencyErrorChris St. Pierre2012-08-271-1/+1
|
* fixed lxml.etree.tostring invocationsChris St. Pierre2012-08-221-2/+0
|
* removed print statementsChris St. Pierre2012-08-151-1/+0
|
* Metadata and other improvements:Chris St. Pierre2012-07-301-15/+2
| | | | | | | | | | * Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+96
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>