|
|
|
@ -4,7 +4,7 @@ require 'metadata-json-lint/rake_task'
|
|
|
|
|
|
|
|
|
|
PuppetLint.configuration.send('disable_80chars')
|
|
|
|
|
PuppetLint.configuration.relative = true
|
|
|
|
|
PuppetLint.configuration.ignore_paths = ['spec/**/*.pp', 'pkg/**/*.pp']
|
|
|
|
|
PuppetLint.configuration.ignore_paths = ['spec/**/*.pp', 'pkg/**/*.pp', "vendor/**/*.pp"]
|
|
|
|
|
|
|
|
|
|
desc 'Validate manifests, templates, and ruby files'
|
|
|
|
|
task :validate do
|
|
|
|
|