aboutsummaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
authorMichael Hashizume <michael.hashizume@puppet.com>2023-02-10 10:33:55 -0800
committerMichael Hashizume <michael.hashizume@puppet.com>2023-02-10 10:33:55 -0800
commitacb57af9252b9ff1ac3fb4a0e0f0a60d0a390c56 (patch)
tree223790e2c54e8e35dc14d7827796267be0c466fa /metadata.json
parent7a7abeac98b31aebcf3ac0643ca422e247617a88 (diff)
downloadpuppet-cron_core-acb57af9252b9ff1ac3fb4a0e0f0a60d0a390c56.tar.gz
puppet-cron_core-acb57af9252b9ff1ac3fb4a0e0f0a60d0a390c56.tar.bz2
(MODULES-11371) Updates PDK template
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.
Diffstat (limited to 'metadata.json')
-rw-r--r--metadata.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/metadata.json b/metadata.json
index eb6b5dc..743a4f1 100644
--- a/metadata.json
+++ b/metadata.json
@@ -51,10 +51,10 @@
"requirements": [
{
"name": "puppet",
- "version_requirement": ">= 6.0.0 < 8.0.0"
+ "version_requirement": ">= 6.0.0 < 9.0.0"
}
],
- "pdk-version": "2.3.0",
- "template-url": "https://github.com/puppetlabs/pdk-templates#2.2.0",
- "template-ref": "tags/2.2.0-0-g2381db6"
+ "pdk-version": "2.6.1",
+ "template-url": "https://github.com/puppetlabs/pdk-templates#2.7.1",
+ "template-ref": "tags/2.7.1-0-g9a16c87"
}