view modules/mysql/Rakefile @ 172:1af9fd04c285 puppet-3.6

Fix case of <HOST> tag so that rule pulls the IP The line with "(?<host>…)" is confusing when the tag is <HOST>!
author IBBoard <dev@ibboard.co.uk>
date Sat, 10 Feb 2018 13:32:51 +0000
parents 58d1818c2ded
children 48d3a1948e4d
line wrap: on
line source

require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'

PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send('relative')
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
PuppetLint.configuration.send('disable_documentation')
PuppetLint.configuration.send('disable_single_quote_string_with_variables')
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]