
This commit adds the puppet module to host the content of apps.openstack.org by cloning the repo hosting static content. Change-Id: If419130e5ed01742c0e3840c7fe761ca53f86560
8 lines
399 B
Ruby
8 lines
399 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') |