puppet-httpd/Rakefile
Ian Wienand c7cdb727d0 Update Rakefile and module info
Update Rakefile and module info per [1] to bring this module in-line
with others.

[1] http://specs.openstack.org/openstack-infra/infra-specs/specs/puppet-modules.html

Change-Id: Idab73d94fa18f4a621d827e97a2019bd4b3ac2e1
2015-01-29 12:06:43 +11: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')