aboutsummaryrefslogtreecommitdiff
path: root/metadata.json
diff options
context:
space:
mode:
authorMichael Hashizume <michael.hashizume@puppet.com>2023-02-10 10:23:55 -0800
committerMichael Hashizume <michael.hashizume@puppet.com>2023-02-10 10:28:19 -0800
commit742031c40b074b29a57d40a92c77da0387c422b2 (patch)
treecd31eb5c542cce8fb540ab54cf0f711d7790eb4b /metadata.json
parent6759abf9f5c578c93ad9cabc8b2b4161e213d8f1 (diff)
downloadpuppet-hosts_core-742031c40b074b29a57d40a92c77da0387c422b2.tar.gz
puppet-hosts_core-742031c40b074b29a57d40a92c77da0387c422b2.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 7b9b8be..5734d37 100644
--- a/metadata.json
+++ b/metadata.json
@@ -54,10 +54,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"
}