Skip to content

Commit db13f26

Browse files
committed
add puppet-blacksmith gem
1 parent b07fe5d commit db13f26

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ group :beaker do
2929
gem 'beaker-rspec', :require => false
3030
gem 'pry', :require => false
3131
gem 'travis-lint', :require => false
32+
gem 'puppet-blacksmith', :require => false
3233
end
3334

3435
# vim:ft=ruby

Rakefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ require 'puppetlabs_spec_helper/rake_tasks'
22
require 'puppet-syntax/tasks/puppet-syntax'
33
require 'puppet-lint/tasks/puppet-lint'
44

5+
begin
6+
require 'puppet_blacksmith/rake_tasks'
7+
rescue LoadError
8+
end
9+
510
PuppetLint.configuration.send("disable_class_inherits_from_params_class")
611
PuppetLint.configuration.send("disable_80chars")
712
PuppetLint.configuration.ignore_paths = ['pkg/**/*.pp', 'spec/**/*.pp', 'tests/**/*.pp']

0 commit comments

Comments
 (0)