puppet-openstack-integration/Rakefile
Paul Belanger f98af0d80a Initial import to gate on
Import Gemfile and Rakefile.

Rakefile: take example from puppet-keystone module.
Gemfile: Download the gems we actually need (ie: not beaker).

Change-Id: I184a563c80c95da91daf6027378579dde15fe334
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2015-08-04 19:35:58 -04:00

8 lines
323 B
Ruby

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_class_inherits_from_params_class')
PuppetLint.configuration.send('disable_class_parameter_defaults')