Skip to content

Commit 9f31168

Browse files
committed
(MODULES-4263) add blacksmith rake tasks
new CI changes require that windows modules have access to blacksmith tasks
1 parent bc6320f commit 9f31168

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'puppetlabs_spec_helper/rake_tasks'
22
require 'puppet-lint/tasks/puppet-lint'
3+
require 'puppet_blacksmith/rake_tasks' if Bundler.rubygems.find_name('puppet-blacksmith').any?
34

45
# These lint exclusions are in puppetlabs_spec_helper but needs a version above 0.10.3
56
# Line length test is 80 chars in puppet-lint 1.1.0

0 commit comments

Comments
 (0)