summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Client.py
Commit message (Collapse)AuthorAgeFilesLines
* fixed import/usage of MetadataConsistencyErrorChris St. Pierre2012-08-271-1/+1
|
* Metadata and other improvements:Chris St. Pierre2012-07-301-35/+10
| | | | | | | | | | * 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
* Admin/Client: Can't index when missing argsSol Jerome2012-06-041-3/+0
| | | | | | | There is already a check at the top of the code for missing args. Also, you can't ever reach this code (in the failure case). Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+64
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>