From: Adam Jahn Date: Mon, 7 Dec 2015 22:34:26 +0000 (-0500) Subject: update puppet lint to fix whitespace bug X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b1204f4bf04cd3ff52d3c2cf807836e8087d8afb;p=puppet-samba.git update puppet lint to fix whitespace bug --- diff --git a/Gemfile b/Gemfile index b6cc8a6..aface55 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,8 @@ end group :test do gem "rake" gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.7.0' - gem "puppet-lint" + gem "puppet-lint", github: 'rodjek/puppet-lint', + ref: '2546fed6be894bbcff15c3f48d4b6f6bc15d94d1' # Pin for 1.8.7 compatibility for now gem "rspec", '< 3.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 64ee253..1cd94b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,10 @@ +GIT + remote: git://github.com/rodjek/puppet-lint.git + revision: 2546fed6be894bbcff15c3f48d4b6f6bc15d94d1 + ref: 2546fed6be894bbcff15c3f48d4b6f6bc15d94d1 + specs: + puppet-lint (1.1.0) + GEM remote: https://rubygems.org/ specs: @@ -230,7 +237,6 @@ GEM puppet-blacksmith (3.3.1) puppet (>= 2.7.16) rest-client - puppet-lint (1.1.0) puppet-syntax (2.0.0) rake puppetlabs_spec_helper (1.0.1) @@ -307,7 +313,7 @@ DEPENDENCIES pry puppet (~> 3.7.0) puppet-blacksmith - puppet-lint + puppet-lint! puppet-syntax puppetlabs_spec_helper rake