diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-04-25 08:40:26 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2011-04-25 08:40:26 -0400 |
commit | 66642f84fd71e9230245b11718bf9a7e96ba0c7f (patch) | |
tree | 84b2e2daa5db15f88c82dcf97ad8711a8cafdf2c /examples | |
parent | e9047ac894dc064a34bd8026f49fc186121b6cfc (diff) | |
download | bcfg2-66642f84fd71e9230245b11718bf9a7e96ba0c7f.tar.gz bcfg2-66642f84fd71e9230245b11718bf9a7e96ba0c7f.tar.bz2 bcfg2-66642f84fd71e9230245b11718bf9a7e96ba0c7f.zip |
changed [main] section of bcfg2-lint.conf to [lint] to make it possible to combine config files
get full stack trace from failed plugins for easier troubleshooting
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 1d3a82160..dbb69dbb2 100644 --- a/examples/bcfg2-lint.conf +++ b/examples/bcfg2-lint.conf @@ -1,4 +1,4 @@ -[main] +[lint] plugins=Duplicates,InfoXML,Bundles,Headers,RequiredAttrs,Validate [InfoXML] |