Let puppet-lint checks pass when directory is named "puppet-fail2ban"

This commit is contained in:
Markus Frosch
2014-09-12 12:11:35 +02:00
parent de94a58c3e
commit 52b3523d4d

View File

@@ -17,6 +17,7 @@ end
PuppetLint.configuration.send("disable_80chars") PuppetLint.configuration.send("disable_80chars")
PuppetLint.configuration.log_format = "%{path}:%{linenumber}:%{check}:%{KIND}:%{message}" PuppetLint.configuration.log_format = "%{path}:%{linenumber}:%{check}:%{KIND}:%{message}"
PuppetLint.configuration.fail_on_warnings = true PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.relative = true
# Forsake support for Puppet 2.6.2 for the benefit of cleaner code. # Forsake support for Puppet 2.6.2 for the benefit of cleaner code.
# http://puppet-lint.com/checks/class_parameter_defaults/ # http://puppet-lint.com/checks/class_parameter_defaults/