blob: d4e36dadfd3a36312b46fb3bf972ed0fb00c6a69 (
plain)
1
2
3
4
5
6
|
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('disable_relative')
|