aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2018-06-27 21:40:48 -0700
committerJosh Cooper <josh@puppet.com>2018-06-27 21:40:48 -0700
commitc051e86b350329bc1a7cd1c9c239ec29212b8e56 (patch)
tree9541699e0d8764e335a25205041d4a7c70495dc3 /Rakefile
parentb9263341547f13a6af09f748d9b9ac483b5d2030 (diff)
downloadpuppet-augeas_core-c051e86b350329bc1a7cd1c9c239ec29212b8e56.tar.gz
puppet-augeas_core-c051e86b350329bc1a7cd1c9c239ec29212b8e56.tar.bz2
Module creation using pdk 1.5
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..fb58663
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,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')