You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`ensure` Capability to revoke database privileges [PostgreSQL documentation for `grant`](http://www.postgresql.org/docs/current/static/sql-grant.html).
14
+
- Parameter for `postgresql::server::database_grant`:
15
+
-`ensure` Capability to revoke database privileges [PostgreSQL documentation for `grant`](http://www.postgresql.org/docs/current/static/sql-grant.html).
16
+
17
+
#### Fixed
18
+
- Documentation error, `reassign_owned_by` uses `*_role` not `*_owner`.
19
+
6
20
## Supported Release [5.3.0]
7
21
### Summary
8
22
Implements rubocop changes within the module, alongside other smaller changes.
@@ -25,7 +39,7 @@ Implements rubocop changes within the module, alongside other smaller changes.
25
39
26
40
## Supported Release 5.2.1
27
41
### Summary
28
-
Bug fix for issue introduced in 5.2.0
42
+
Bug fix for issue introduced in 5.2.0
29
43
30
44
#### Fixed
31
45
- issue where the module was attempting to install extensions before a database was available. ([SERVER-2003](https://tickets.puppetlabs.com/browse/SERVER-2003))
0 commit comments