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 3910dda commit 2a73385Copy full SHA for 2a73385
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
Release notes for the puppetlabs-puppetdb module.
4
5
+#### 7.9.0 - 2021/06/23
6
+
7
+* When `manage_database` is true, it will create a read-only user in postgres
8
+ and configure PuppetDB to use that user for its read-database connection
9
+ pool
10
+* Update module dependencies for inifile, firewall, and stdlib
11
12
#### 7.8.0 - 2021/03/25
13
14
* Added an option `postgresql_ssl_on` to enable an SSL connection between
metadata.json
@@ -1,6 +1,6 @@
1
{
"name": "puppetlabs-puppetdb",
- "version": "7.8.0",
+ "version": "7.9.0",
"author": "puppetlabs",
"summary": "Installs PostgreSQL and PuppetDB, sets up the connection to Puppet master.",
"license": "Apache-2.0",
0 commit comments