summaryrefslogtreecommitdiffstats
path: root/man/bcfg2-lint.conf.5
Commit message (Collapse)AuthorAgeFilesLines
* Reporting: Fix sections for reports settingsSol Jerome2013-03-181-3/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* removed Duplicates plugin from bcfg2-lint docsChris St. Pierre2013-01-141-1/+1
|
* set default umask for server, added option to change itChris St. Pierre2012-11-141-1/+1
|
* man: Migrate generate-manpages.bash to sphinxSol Jerome2012-11-071-2/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: made format of man page option lists consistentChris St. Pierre2012-11-071-91/+156
|
* Lint: Migrate Lint to 'mode' attributeSol Jerome2012-10-151-2/+2
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* bcfg2-crypt: added -I option, made --stdout better, updated man pageChris St. Pierre2012-09-131-1/+1
|
* Removed deprecated plugins BB, Svcmgr, SGenshiChris St. Pierre2012-08-151-1/+1
|
* man: Clean up man pagesSol Jerome2012-06-031-167/+92
| | | | | | | Created new rst files with man page information so that generating man pages is easier and more consistent throughout bcfg2. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* 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