summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove the primary group from the list of extra_groupsDongInn Kim2012-08-261-1/+8
|
* Should remove the "extra_groups" attribute from the "<UnixGroup ... >"DongInn Kim2012-07-121-1/+0
| | | | tag.
* Store group="name" rather than gid="GID" at the attribute of UnixUser.DongInn Kim2012-05-141-2/+7
| | | | | This fixes the wrong behavior of creating the usergroup data. Thanks emias for helping me out this problem.
* Better approach to get /etc/group updated with the exisitng accountDongInn Kim2012-05-141-12/+34
| | | | data.
* Add a script to generate accounts.xml from the existing /etc/passwd file.DongInn Kim2012-05-131-0/+120
|
* added ability to disable Cfg file validationChris St. Pierre2012-05-113-23/+44
|
* moved plugin-specific configs to main config file; propagate "setup" object ↵Chris St. Pierre2012-05-1120-212/+225
| | | | to server Core
* added short-lived caching of Packages Collection objectsChris St. Pierre2012-05-112-19/+54
|
* remove extraneous assignment of package versionChris St. Pierre2012-05-111-1/+0
|
* reports: Fix traceback reported by Rodney YoungSol Jerome2012-05-111-2/+12
| | | | | | | Previously left out a check for whether the column exists when using MySQL. We will probably eventually need checks for other db types as well. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Fix traceback when missing python db modulesSol Jerome2012-05-101-1/+10
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* set important on yum/apt config generated by PackagesChris St. Pierre2012-05-101-5/+6
|
* reports: Fix unpruned entries displaySol Jerome2012-05-092-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* added support for validating Cfg file contents using external commandsChris St. Pierre2012-05-097-102/+241
|
* fixed return value check in diff filterChris St. Pierre2012-05-091-1/+1
|
* fixed MergeFiles bcfg2-lint pluginChris St. Pierre2012-05-091-1/+4
|
* fixed more bcfg2-lint plugins for Cfg modularizationChris St. Pierre2012-05-093-20/+26
|
* fixed bcfg2-lint Deltas pluginChris St. Pierre2012-05-093-9/+9
|
* modularized CfgChris St. Pierre2012-05-0812-307/+567
|
* Options: Change default paranoid setting to 'true'Sol Jerome2012-05-073-6/+4
| | | | | | | This makes setting up paranoid mode easier while silencing bcfg2-lint errors. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* gitignore: Remove duplicate ignore entriesSol Jerome2012-05-071-2/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Update package_dir to fix the pip install -e bugCalvin Cheng2012-05-072-10/+5
|\
| * Try modifying package_dir againCalvin Cheng2012-05-071-1/+1
| |
| * Try modifying package_dir againCalvin Cheng2012-05-071-1/+1
| |
| * revertCalvin Cheng2012-05-071-0/+1
| |
| * what if we remove package_dir?Calvin Cheng2012-05-071-1/+0
| |
| * Trying my luck with package_dirCalvin Cheng2012-05-071-1/+1
| |
| * Revert back to the original src/lib/Bcfg2 pathCalvin Cheng2012-05-071-1/+1
| |
| * Edit package_dir in setup.py so worksCalvin Cheng2012-05-072-1/+4
| |
* | Update .gitignore per github's python .gitignore recommendationsCalvin Cheng2012-05-071-3/+18
|/
* reports: Fix bcfg2-admin reports initSol Jerome2012-05-061-1/+7
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Remove indexes for nonexistent tablesSol Jerome2012-05-061-3/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Add fine-grained filter for 'bad' clientsSol Jerome2012-05-065-41/+98
| | | | | | | | This filter introduces percentages which should help administrators to quickly visually see where they should focus their time. The worse the percentage of bad/total entries, the darker the color of the client. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: More pylint/pep8 fixesSol Jerome2012-05-061-3/+6
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Pylint fixesSol Jerome2012-05-061-69/+71
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* reports: Remove unused importSol Jerome2012-05-061-1/+1
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* PY3K: Get server code working againSol Jerome2012-05-055-13/+24
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* merged maint to masterChris St. Pierre2012-05-043-130/+17
|\
| * better support for re-reading packages.conf (and SimpleConfigs in general)Chris St. Pierre2012-05-043-15/+32
| |
| * fixed repo name generationChris St. Pierre2012-05-041-2/+3
| |
| * 5ea25b9... improved some error messages; only setup pulp connection if there ↵Chris St. Pierre2012-05-041-19/+20
| | | | | | | | are pulp sources listed
| * e89e879... bcfg2-test requires noseChris St. Pierre2012-05-043-1/+3
| |
| * improved error reporting in a few placesChris St. Pierre2012-05-043-7/+7
| |
| * better error reportingChris St. Pierre2012-05-042-27/+38
| |
| * rhel doesn't recognize Recommends tag eitherChris St. Pierre2012-05-041-2/+2
| |
| * fixed total think-o in ProxyErrorChris St. Pierre2012-05-041-1/+1
| |
| * better error message from bcfg2-info on no matching generatorChris St. Pierre2012-05-041-1/+2
| |
| * fixed missing %{buildroot}Chris St. Pierre2012-05-041-1/+1
| |
| * make %ghost work on RHEL 5, MandrivaChris St. Pierre2012-05-041-10/+7
| |
| * better way to divine the path to python packagesChris St. Pierre2012-05-041-1/+1
| |