We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a0b5e commit 9e170daCopy full SHA for 9e170da
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
Release notes for the puppetlabs-puppetdb module.
4
5
+#### Unreleased
6
+* Drop support for Puppet 6
7
+
8
#### 7.14.0 - 2023/10/09
9
* Owner of puppetdb config.ini is now root
10
* Remove support for EOL OSes CentOS 6, Debian 8 & 9.
metadata.json
@@ -78,7 +78,7 @@
78
"requirements": [
79
{
80
"name": "puppet",
81
- "version_requirement": ">= 4.10.0 < 9.0.0"
+ "version_requirement": ">= 7.0.0 < 9.0.0"
82
}
83
],
84
"description": "Module for installing/configuring PuppetDB",
0 commit comments