summaryrefslogtreecommitdiffstats
path: root/man/bcfg2-lint.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* added bcfg2-lint MergeFiles plugin to suggest config files and probesChris St. Pierre2011-05-171-0/+8
| | | | | | that are very similar and could be merged added text wrapping to bcfg2-lint error handling
* man: Point to the correct sectionsSol Jerome2011-05-141-4/+4
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* made bcfg2-lint error handling configurable on a much more granular levelChris St. Pierre2011-05-051-22/+25
|
* changed [main] section of bcfg2-lint.conf to [lint] to make it possible to ↵Chris St. Pierre2011-04-251-1/+9
| | | | | | combine config files get full stack trace from failed plugins for easier troubleshooting
* Lots of cleanup for bcfg2-repo-validate rewrite:Chris St. Pierre2011-04-211-0/+155
* Changed all references to bcfg2-repo-validate in the documentation to bcfg2-lint * Wrote man pages for bcfg2-lint and bcfg2-lint.conf * Cleaned up straggling references to bcfg2-repo-validate in Makefiles, spec files, and the POSIX tool * A few minor bug fixes