From 6da7d24710fe67c80c4a71f227cd01675eebca88 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 21 Apr 2011 08:50:06 -0400 Subject: Lots of cleanup for bcfg2-repo-validate rewrite: * 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 --- examples/bcfg2-lint.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/bcfg2-lint.conf b/examples/bcfg2-lint.conf index 5c7641d4a..1d3a82160 100644 --- a/examples/bcfg2-lint.conf +++ b/examples/bcfg2-lint.conf @@ -2,7 +2,7 @@ plugins=Duplicates,InfoXML,Bundles,Headers,RequiredAttrs,Validate [InfoXML] -require = owner,group,perms,paranoid +required_attrs = owner,group,perms,paranoid require_paranoid = True [Comments] @@ -15,6 +15,5 @@ cfg_keywords = probe_comments = Maintainer,Purpose,Groups,Other Output [Validate] -schema=/home/stpierre/devel/bcfg2/schema -repo=/home/stpierre/bcfg2/trunk +schema=/usr/share/bcfg2/schema properties_schema=warn -- cgit v1.2.3-1-g7c22