From e062d4f2e041d2f7b795fdfc885b52b3a9dacaa7 Mon Sep 17 00:00:00 2001 From: Max Wilhelm Date: Thu, 14 Jul 2016 11:12:20 +0200 Subject: [PATCH] disable_puppet_url_without_modules for puppet-lint --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index a16ed29..4919a6a 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,7 @@ require 'puppetlabs_spec_helper/rake_tasks' require 'puppet-lint/tasks/puppet-lint' PuppetLint.configuration.send('disable_80chars') +PuppetLint.configuration.send('disable_puppet_url_without_modules') PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"] desc "Validate manifests, templates, and ruby files"