From 3602e3b0038a8c0bb5a2dfe60ea5d28e583656ba Mon Sep 17 00:00:00 2001 From: Martin Alfke Date: Sun, 1 May 2016 15:14:10 +0200 Subject: [PATCH] strict reference checking using lint plugin the new lint extension checks for references to resource declarations which are not local to a class. to allow edge cases, where this behavior is explicitly needed the plugin ony throws a warning instead of an error. --- skeleton/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/skeleton/Gemfile b/skeleton/Gemfile index b699195..67bb002 100644 --- a/skeleton/Gemfile +++ b/skeleton/Gemfile @@ -19,6 +19,7 @@ group :test do gem "puppet-lint-classes_and_types_beginning_with_digits-check" gem "puppet-lint-unquoted_string-check" gem 'puppet-lint-resource_reference_syntax' + gem 'puppet-lint-reference_on_declaration_outside_of_class-check' end group :development do