aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
blob: ef5f69827b8df088905d9ebe88dc416de64f34f2 (plain)
1
2
3
4
5
6
7
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?
require 'puppet-lint/tasks/puppet-lint'

PuppetLint.configuration.send('disable_relative')