puppet-jenkins/Rakefile
Ramy Asselin 3d4bd009db Add required puppet module files and .gitreview
These files are required after the module is split out of
system-config repository.

Most of them are described in the spec:
http://specs.openstack.org/openstack-infra/infra-specs/specs/puppet-modules.html

Change-Id: I85ab9db9e77f6eb13342af440f51b433d9b6ed60
2014-11-17 16:54:31 -08:00

8 lines
399 B
Ruby

require 'rubygems'
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_autoloader_layout')
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
PuppetLint.configuration.send('disable_class_parameter_defaults')