puppet-refstack/Rakefile
Michael Krotscheck e8ca9bed67 Blank module
Includes various license files, manifests, vagrantfile for dev, and
empty documentation. Run 'vagrant up' or 'vagrant provision' in the
root directory, and you will get a VM that runs the puppet module and
has a local network IP address of 192.168.99.88.
2015-04-20 16:39:04 -07: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')