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