puppet-simpleproxy/Rakefile
Jeremy Stanley 2269a0b22b Add standard puppet module files and .gitreview
This module has been split out from system-config, and additional
files are added to create a proper puppet module.

The spec:
http://specs.openstack.org/openstack-infra/infra-specs/specs/puppet-modules.html

Change-Id: Ifd6e7fa139257ad4dfd5a2605f7dbb1526e27136
2015-01-29 20:29:30 +00: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')