view modules/concat/Rakefile @ 113:34302ede8d87 puppet-3.6

Make sure our websites load after ALL other Apache config If we don't do this then <IfModule> statements in vhosts probably won't work, because the load will be done in named config file that seems to get parsed *after* the vhost
author IBBoard <dev@ibboard.co.uk>
date Sat, 04 Jun 2016 14:07:37 +0100
parents 37675581a273
children d9352a684e62
line wrap: on
line source

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

PuppetLint.configuration.fail_on_warnings
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"]