puppet-apps_site/Rakefile
Christopher Aedo 93c85e96bf Create site for apps.openstack.org
This commit adds the puppet module to
host the content of apps.openstack.org
by cloning the repo hosting static
content.

Change-Id: If419130e5ed01742c0e3840c7fe761ca53f86560
2015-06-02 21:07:32 -07:00

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')