From 268a0748d626f85d632b2c7d0a7485d9eff9a331 Mon Sep 17 00:00:00 2001 From: Olivier Bourdon Date: Thu, 7 Jul 2016 10:27:59 +0200 Subject: [PATCH] Use proper version of puppet-lint to avoid 'WARNING: variable contains a dash' errors Change-Id: I6fc54a2c36a988f1776201841d00e8870ad7247c --- deployment_scripts/puppet/manifests/Gemfile | 4 +--- .../puppet/modules/plugin_zabbix_monitoring_emc/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_monitoring_emc/Gemfile b/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_emc/Gemfile index 0562406..b6bab59 100644 --- a/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_emc/Gemfile +++ b/deployment_scripts/puppet/modules/plugin_zabbix_monitoring_emc/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