Skip to content

Commit 4cd99b9

Browse files
committed
Add puppet-blacksmith
1 parent 3ebb4d4 commit 4cd99b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Rakefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
require 'rubygems'
22
require 'puppetlabs_spec_helper/rake_tasks'
33
require 'puppet-lint/tasks/puppet-lint'
4+
require 'puppet_blacksmith/rake_tasks'
5+
6+
47
PuppetLint.configuration.send('disable_80chars')
58
PuppetLint.configuration.ignore_paths = ["spec/**/*.pp", "pkg/**/*.pp"]
69

0 commit comments

Comments
 (0)