From 23ae3d201af82292ad4e939569a50f2e32c689a3 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 5 May 2011 08:16:51 -0400 Subject: made bcfg2-lint error handling configurable on a much more granular level --- examples/bcfg2-lint.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/bcfg2-lint.conf b/examples/bcfg2-lint.conf index 96b86af3b..abf969496 100644 --- a/examples/bcfg2-lint.conf +++ b/examples/bcfg2-lint.conf @@ -1,9 +1,16 @@ [lint] plugins=Duplicates,InfoXML,Bundles,Comments,RequiredAttrs,Validate +[errors] +no-infoxml=error +paranoid-false=error +properties-schema-not-found=silent +inconsistent-bundle-name=error +keywords-not-found=error +comments-not-found=error + [InfoXML] required_attrs = owner,group,perms,paranoid -require_paranoid = True [Comments] global_keywords = Id @@ -16,4 +23,3 @@ probe_comments = Maintainer,Purpose,Groups,Other Output [Validate] schema=/usr/share/bcfg2/schema -properties_schema=warn -- cgit v1.2.3-1-g7c22