diff options
author | Melissa Stone <melissa@puppet.com> | 2019-01-08 15:19:48 -0800 |
---|---|---|
committer | Melissa Stone <melissa@puppet.com> | 2019-01-08 15:19:48 -0800 |
commit | 0dab5fa98dce32b4ea670e206f2751bc7e74c8ae (patch) | |
tree | 4e667ff2145da6a3333c4679982b0e962012c6c4 /Rakefile | |
parent | d544f2c895c22b00d9b0347f18d9cb7965b55d8d (diff) | |
download | puppet-sshkeys_core-0dab5fa98dce32b4ea670e206f2751bc7e74c8ae.tar.gz puppet-sshkeys_core-0dab5fa98dce32b4ea670e206f2751bc7e74c8ae.tar.bz2 |
(maint) update PDK to 1.8.0; update all templates
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,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 'github_changelog_generator/task' if Bundler.rubygems.find_name('github_changelog_generator').any? +require 'puppet-strings/tasks' if Bundler.rubygems.find_name('puppet-strings').any? require 'puppet-lint/tasks/puppet-lint' def changelog_user |