aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorEnis Inan <enis.inan@puppet.com>2019-01-08 14:33:00 -0800
committerEnis Inan <enis.inan@puppet.com>2019-01-08 15:04:12 -0800
commit29651834001b1ae89e0927c726080aa34ef118df (patch)
tree4ebf6ab4898da2f665e0b321687dd1534b9f54ff /Rakefile
parent8a12be4134ad2478b3cb9e400c65bd555ed1513b (diff)
downloadpuppet-cron_core-29651834001b1ae89e0927c726080aa34ef118df.tar.gz
puppet-cron_core-29651834001b1ae89e0927c726080aa34ef118df.tar.bz2
(maint) Update to PDK 1.8.0; update all templates
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 204fb18..a6b14c5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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?
def changelog_user
return unless Rake.application.top_level_tasks.include? "changelog"