From b9aab0951835be1acee0e116b0d679c9af1489f4 Mon Sep 17 00:00:00 2001 From: Gael Chamoulaud Date: Mon, 21 Sep 2015 15:14:27 +0200 Subject: Make puppet manifests compliant with Puppet 4.x - https://docs.puppetlabs.com/puppet/3.8/reference/deprecated_language.html - Temporary disablement of the pupppet-lint autoload layout check failing for ringbuilder.pp. A fix for that will be part of an other patch. Change-Id: I495825641ab12e7c5789c1405649c356c5bb8051 Signed-off-by: Gael Chamoulaud --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 3d62bb63..bca6a6c2 100644 --- a/Rakefile +++ b/Rakefile @@ -3,3 +3,4 @@ require 'puppet-lint/tasks/puppet-lint' PuppetLint.configuration.fail_on_warnings = true PuppetLint.configuration.send('disable_80chars') +PuppetLint.configuration.send('disable_autoloader_layout') -- cgit 1.2.3-korg