Fix puppet syntax errors (lint)

- Bump puppet-lint version to 1.1
- Remove excessive spaces causing lint error messages

Change-Id: I7ee922ea09d3dff520c8c80791cb54bdff9bc5fc
Closes-bug: #1552183
This commit is contained in:
Kyrylo Galanov
2016-03-16 00:17:47 +01:00
parent fc2878419c
commit dd3b0c7733
9 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ source 'https://rubygems.org'
group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', '~> 0.3.2'
gem 'puppet-lint', '~> 1.1'
gem 'rake', '~> 10.3.1'
end