From b5810882e8c6b1e6b76a8239f70a129d415ecee6 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Wed, 20 Apr 2011 09:41:07 -0400 Subject: Rewrote bcfg2-repo-validate as bcfg2-lint, which uses a plugin interface to be lots more flexible and extensible. Added several more tests. If bcfg2-lint is run as bcfg2-repo-validate, it roughly emulates the functionality of that program. TODO: Need to figure out correct way to symlink bcfg2-repo-validate to bcfg2-lint on install. --- examples/bcfg2-lint.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 examples/bcfg2-lint.conf (limited to 'examples') diff --git a/examples/bcfg2-lint.conf b/examples/bcfg2-lint.conf new file mode 100644 index 000000000..5c7641d4a --- /dev/null +++ b/examples/bcfg2-lint.conf @@ -0,0 +1,20 @@ +[main] +plugins=Duplicates,InfoXML,Bundles,Headers,RequiredAttrs,Validate + +[InfoXML] +require = owner,group,perms,paranoid +require_paranoid = True + +[Comments] +global_keywords = Id +sgenshi_comments = Properties,Probes,Description +properties_comments = Template,Format +tgenshi_comments = Maintainer,Properties,Probes,Description +cfg_comments = +cfg_keywords = +probe_comments = Maintainer,Purpose,Groups,Other Output + +[Validate] +schema=/home/stpierre/devel/bcfg2/schema +repo=/home/stpierre/bcfg2/trunk +properties_schema=warn -- cgit v1.2.3-1-g7c22