From 239de128a166c694b7ef88f916d46aaf4ec9ecd5 Mon Sep 17 00:00:00 2001 From: Dave Armstrong Date: Thu, 30 Sep 2021 13:41:09 +0100 Subject: [PATCH] (maint) Update Puppet-lint to 2.5.2 --- Rakefile | 4 ++-- vendor/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 005b88fc..0e889837 100644 --- a/Rakefile +++ b/Rakefile @@ -54,8 +54,8 @@ task :gem_revendor do gem_list = [ { :directory => 'puppet-lint', - :github_repo => 'https://github.com/rodjek/puppet-lint.git', - :github_ref => '2.4.2', + :github_repo => 'https://github.com/puppetlabs/puppet-lint.git', + :github_ref => '2.5.2', }, { :directory => 'hiera-eyaml', diff --git a/vendor/README.md b/vendor/README.md index 5a24ca97..b0199b74 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -11,7 +11,7 @@ Note - To improve the packaging size, test files etc. were stripped from the Gem Gem List -------- -* puppet-lint (https://github.com/rodjek/puppet-lint.git ref 2.4.2) +* puppet-lint (https://github.com/puppetlabs/puppet-lint.git ref 2.5.2) * hiera-eyaml (https://github.com/voxpupuli/hiera-eyaml ref v2.1.0) * puppetfile-resolver (https://github.com/glennsarti/puppetfile-resolver.git ref 0.3.0) * molinillo (https://github.com/CocoaPods/Molinillo.git ref 0.6.6)