diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-04-25 10:45:41 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-04-25 10:45:41 -0400 |
commit | 17b8ceb17e0ee775a667d2f92b2b192e567b2df6 (patch) | |
tree | 103ade296f16fa1457abcb7f97fd5d158b435385 /examples | |
parent | 66642f84fd71e9230245b11718bf9a7e96ba0c7f (diff) | |
download | bcfg2-17b8ceb17e0ee775a667d2f92b2b192e567b2df6.tar.gz bcfg2-17b8ceb17e0ee775a667d2f92b2b192e567b2df6.tar.bz2 bcfg2-17b8ceb17e0ee775a667d2f92b2b192e567b2df6.zip |
Various bcfg2-lint fixes:
* check for all plugins before referencing them, since in --stdin mode
even plugins like Bundler may not be instantiated
* formatting fixes
* made Bundles plugin work with or without genshi installed
* fixed name of plugin in example bcfg2-lint.conf
Diffstat (limited to 'examples')
-rw-r--r-- | examples/bcfg2-lint.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bcfg2-lint.conf b/examples/bcfg2-lint.conf index dbb69dbb2..96b86af3b 100644 --- a/examples/bcfg2-lint.conf +++ b/examples/bcfg2-lint.conf @@ -1,5 +1,5 @@ [lint] -plugins=Duplicates,InfoXML,Bundles,Headers,RequiredAttrs,Validate +plugins=Duplicates,InfoXML,Bundles,Comments,RequiredAttrs,Validate [InfoXML] required_attrs = owner,group,perms,paranoid |