Skip to content

Commit c8594f5

Browse files
authored
Merge pull request #383 from h0tw1r3/drop-old-puppet-support
(maint) drop support for < puppet 7
2 parents d8a0b5e + 9e170da commit c8594f5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Release notes for the puppetlabs-puppetdb module.
44

5+
#### Unreleased
6+
* Drop support for Puppet 6
7+
58
#### 7.14.0 - 2023/10/09
69
* Owner of puppetdb config.ini is now root
710
* Remove support for EOL OSes CentOS 6, Debian 8 & 9.

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"requirements": [
7979
{
8080
"name": "puppet",
81-
"version_requirement": ">= 4.10.0 < 9.0.0"
81+
"version_requirement": ">= 7.0.0 < 9.0.0"
8282
}
8383
],
8484
"description": "Module for installing/configuring PuppetDB",

0 commit comments

Comments
 (0)