Add blacksmith for module releases

This commit is contained in:
2016-10-10 23:35:23 +01:00
parent 404f09c426
commit 83ec01304c
3 changed files with 19 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ gem 'puppetlabs_spec_helper', '>= 1.0.0'
gem 'puppet-lint', '>= 1.0.0'
gem 'facter', '>= 1.7.0'
gem 'rspec-puppet'
gem 'puppet-blacksmith'
# rspec must be v2 for ruby 1.8.7
if RUBY_VERSION >= '1.8.7' && RUBY_VERSION < '1.9'