From 04fd3f9bb5360382040b9786512388c364fc84c6 Mon Sep 17 00:00:00 2001 From: Olivier Bourdon Date: Thu, 7 Jul 2016 10:18:36 +0200 Subject: [PATCH] Use proper version of puppet-lint to avoid 'WARNING: variable contains a dash' errors Change-Id: Iae58b8e15ee0e28c2639efb455c05c4e66f137b8 --- deployment_scripts/puppet/manifests/Gemfile | 4 +--- .../puppet/modules/plugin_zabbix_snmptrapd/Gemfile | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/deployment_scripts/puppet/manifests/Gemfile b/deployment_scripts/puppet/manifests/Gemfile index 0562406..b6bab59 100644 --- a/deployment_scripts/puppet/manifests/Gemfile +++ b/deployment_scripts/puppet/manifests/Gemfile @@ -17,7 +17,5 @@ group :development, :test do gem 'rake' gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.4.0' gem 'puppetlabs_spec_helper' - # Need to use master branch of puppet-lint because of - # https://github.com/rodjek/puppet-lint/issues/355 - gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git' + gem 'puppet-lint' end diff --git a/deployment_scripts/puppet/modules/plugin_zabbix_snmptrapd/Gemfile b/deployment_scripts/puppet/modules/plugin_zabbix_snmptrapd/Gemfile index 3d9b56c..0cbd9c1 100644 --- a/deployment_scripts/puppet/modules/plugin_zabbix_snmptrapd/Gemfile +++ b/deployment_scripts/puppet/modules/plugin_zabbix_snmptrapd/Gemfile @@ -17,8 +17,6 @@ group :development, :test do gem 'rake' gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.4.0' gem 'puppetlabs_spec_helper' - # Need to use master branch of puppet-lint because of - # https://github.com/rodjek/puppet-lint/issues/355 - gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git' + gem 'puppet-lint' end