summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Init.py
Commit message (Collapse)AuthorAgeFilesLines
* Metadata and other improvements:Chris St. Pierre2012-07-301-3/+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
* PY3K: Refactor input codeSol Jerome2012-06-051-28/+22
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* DBStats: Remove ping dataTim Laszlo2012-06-041-1/+1
|
* Include arch as one of the possible choices when user beginsCalvin Cheng2012-04-301-1/+3
|
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+357
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>