diff options
author | Josh Cooper <josh@puppet.com> | 2018-07-09 17:05:53 -0700 |
---|---|---|
committer | Josh Cooper <josh@puppet.com> | 2018-07-09 17:05:53 -0700 |
commit | 1c6ae8bfde5175c5d3512f5acb5352fda94a4801 (patch) | |
tree | 43d077f7a23f82639709bcb43d81c2e31139fb1c /Rakefile | |
parent | 9d96ddecea6367abee1aa77859848b0c158fca80 (diff) | |
download | puppet-hosts_core-1c6ae8bfde5175c5d3512f5acb5352fda94a4801.tar.gz puppet-hosts_core-1c6ae8bfde5175c5d3512f5acb5352fda94a4801.tar.bz2 |
Initial pdk new module
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..d4e36da --- /dev/null +++ b/Rakefile @@ -0,0 +1,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') + |