aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
AgeCommit message (Collapse)Author
2023-02-14(MODULES-11371) Add Vox Beaker gemMichael Hashizume
In acb57af, we updated the module according to PDK template 7.2.1, which updated puppetlabs_spec_helper. The updated version of puppetlabs_spec_helper removed the Beaker rake task, which we use for acceptance testing. This commit adds the voxpupuli-acceptance gem, which re-adds the Beaker rake task.
2023-02-10(MODULES-11371) Updates PDK templateMichael Hashizume
This commit runs `pdk update` using the most recent template at the time (2.7.1) and updates metadata.json to allow Puppet versions < 9.0.0 in preparation for the release of Puppet 8.
2021-10-01(MODULES-11197) Update to pdk-templates 2.2.0Gabriel Nagy
Includes REFERENCE.md ToC fixes for MODULES-8183.
2021-08-17(maint) Update to pdk templates 2.2.0Josh Cooper
Generated using: $ pdk --version 2.2.0 $ pdk update --template-ref 2.2.0
2020-10-06(maint) Add commit summary checkLuchian Nemes
This commit adds the `commits` rake task and runs it in the Static Code Analysis workflow as a step.
2019-10-31Prep for releasemihaibuzgau
2019-10-24(maint) Update module using PDK 1.14.0mihaibuzgau
2019-01-08(maint) Update to PDK 1.8.0; update all templatesEnis Inan
2018-08-01Fix Lint/ScriptPermission violationsJorie Tappa
2018-07-19Install pdkJorie Tappa