diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-04-20 09:41:07 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-04-20 09:41:07 -0400 |
commit | b5810882e8c6b1e6b76a8239f70a129d415ecee6 (patch) | |
tree | 8c2df3610bebd92f52b70b7f37a7197c9ec2a3e9 /examples/bcfg2-lint.conf | |
parent | 20974e1311168b75e621cad14894fe7b217b61a2 (diff) | |
download | bcfg2-b5810882e8c6b1e6b76a8239f70a129d415ecee6.tar.gz bcfg2-b5810882e8c6b1e6b76a8239f70a129d415ecee6.tar.bz2 bcfg2-b5810882e8c6b1e6b76a8239f70a129d415ecee6.zip |
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.
Diffstat (limited to 'examples/bcfg2-lint.conf')
-rw-r--r-- | examples/bcfg2-lint.conf | 20 |
1 files changed, 20 insertions, 0 deletions
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 |