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