puppet-lodgeit/Rakefile
Jonathan Harker 7236cc05f5 Add needed files to the new puppet module
Now that this puppet module has been split out from system-config, there
are some files we need to add to the module.

Change-Id: I13bd753928a76c5e6f2bfe378fa4e2118093450d
2015-01-05 13:15:21 -05:00

9 lines
400 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')