aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2015-07-21 11:27:32 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2015-07-21 11:27:32 +0200
commite897dc36bc7aad957693ef02d8f06c76d9204e9c (patch)
treefedb854eb7aedb01ca6cefa2e78c6821f30836a3
parentace4b496ec11da8be7a94a3c90d4f3681e8b1045 (diff)
downloadpuppet-dhcp-e897dc36bc7aad957693ef02d8f06c76d9204e9c.tar.gz
puppet-dhcp-e897dc36bc7aad957693ef02d8f06c76d9204e9c.tar.bz2
Add puppet-lint-alias-check gem
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 45c03ce..4f5c8da 100644
--- a/Gemfile
+++ b/Gemfile
@@ -19,6 +19,7 @@ group :development, :unit_tests do
gem 'puppet-lint-version_comparison-check', :require => false
gem 'puppet-lint-fileserver-check', :require => false
gem 'puppet-lint-file_source_rights-check', :require => false
+ gem 'puppet-lint-alias-check', :require => false
gem 'rspec-puppet-facts', :require => false
end