diff options
author | Gael Chamoulaud <gchamoul@redhat.com> | 2015-09-21 15:14:27 +0200 |
---|---|---|
committer | Gael Chamoulaud <gchamoul@redhat.com> | 2015-11-05 15:52:28 +0100 |
commit | b9aab0951835be1acee0e116b0d679c9af1489f4 (patch) | |
tree | a4d98258d8d3ef0ee2b87a9805453a2f4b316f4f /Rakefile | |
parent | 0d6b04c21a8308701416c15c1594d6253d848753 (diff) |
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 <gchamoul@redhat.com>
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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') |