mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-22 19:58:03 +00:00
8 lines
282 B
Ruby
8 lines
282 B
Ruby
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')
|
|
|