summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server/Admin/Init.py
Commit message (Collapse)AuthorAgeFilesLines
* prompt for locations of bcfg2 keypair in Init, using sane OS defaultsChris St. Pierre2012-10-031-119/+100
|
* Admin/Init: Remove leading newlineSol Jerome2012-09-191-2/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* renamed Bcfg2Py3k to CompatChris St. Pierre2012-08-271-1/+1
|
* Init: comment out database setting by defaultTim Laszlo2012-08-231-6/+6
|
* Admin/Init: Fix auto-generated clients.xmlSol Jerome2012-08-161-3/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-151-1/+0
|
* Admin/Init: Fix path to sqlite db fileSol Jerome2012-08-141-1/+1
| | | | | | Option changed in 8b438fda. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Admin/Init: Update initial bcfg2.conf fileTim Laszlo2012-08-071-6/+10
|
* 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>