summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Options.py
Commit message (Collapse)AuthorAgeFilesLines
* allow selection of preferred python interpreterChris St. Pierre2012-07-051-0/+7
|
* added selinux supportChris St. Pierre2012-07-031-0/+40
|
* fixed option alignment issuesChris St. Pierre2012-06-151-17/+15
|
* added -B (skip bundles) and -Z (skip independent) optionsChris St. Pierre2012-06-061-0/+10
|
* added properties element encryptionChris St. Pierre2012-06-061-0/+45
| | | | added bcfg2-crypt utility for encrypting Properties and Cfg files
* fixed typoChris St. Pierre2012-06-011-41/+164
|
* Options: Try to make options more readableSol Jerome2012-05-241-189/+399
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added option groupsChris St. Pierre2012-05-211-11/+40
|
* Options: Add vim temporary files to ignore listSol Jerome2012-05-201-3/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Reports: Use config file from the command lineTim Laszlo2012-05-181-0/+1
| | | | | If a config file is specified on the command line, use it in settings.py instead of the hardcoded ones.
* Added inotify filemonitor driverChris St. Pierre2012-05-181-0/+4
| | | | Moved list of files to ignore into config
* add_option properly adds an option to OptionParser after initial parsingChris St. Pierre2012-05-161-2/+10
|
* fixed event handling for bcfg2.confChris St. Pierre2012-05-151-1/+1
|
* fixed OptionParser FAM race conditionChris St. Pierre2012-05-141-1/+5
|
* added ability to disable Cfg file validationChris St. Pierre2012-05-111-1/+11
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-111-29/+69
| | | | to server Core
* Options: Change default paranoid setting to 'true'Sol Jerome2012-05-071-1/+1
| | | | | | | This makes setting up paranoid mode easier while silencing bcfg2-lint errors. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Bcfg2.Options.list_split only strips whitespace around commas (this allows, ↵Chris St. Pierre2012-05-011-2/+5
| | | | e.g., ignoring entries in bcfg2-test that have spaces in the filename)
* added ability to pass options to nose, ignore tests, test specific clients ↵Chris St. Pierre2012-04-131-0/+10
| | | | to bcfg2-test
* Options: Don't display empty help messagesSol Jerome2012-04-021-1/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Allow to run directly from a git checkout (#1037)Sol Jerome2012-03-241-0/+381
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>