blob: fb58663a6dc52f35dbb5f7ce1247db84f14433b3 (
plain)
1
2
3
4
5
|
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-syntax/tasks/puppet-syntax'
require 'puppet_blacksmith/rake_tasks' if Bundler.rubygems.find_name('puppet-blacksmith').any?
PuppetLint.configuration.send('relative')
|